Searched refs:PSH_POINT_OFF (Results 1 – 2 of 2) sorted by relevance
120 PSH_POINT_OFF = 1, /* point is off the curve */ enumerator126 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )130 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
1336 point->flags = PSH_POINT_OFF; in psh_glyph_init()1349 if ( point->flags & PSH_POINT_OFF ) in psh_glyph_init()