Searched refs:PSH_POINT_OFF (Results 1 – 2 of 2) sorted by relevance
119 PSH_POINT_OFF = 1, /* point is off the curve */ enumerator125 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )129 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
1335 point->flags = PSH_POINT_OFF; in psh_glyph_init()1348 if ( point->flags & PSH_POINT_OFF ) in psh_glyph_init()
Completed in 6 milliseconds