Home
last modified time | relevance | path

Searched refs:PSH_POINT_OFF (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
Dpshalgo.h115 #define PSH_POINT_OFF 1U /* point is off the curve */ macro
121 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
125 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
Dpshalgo.c1232 point->flags = PSH_POINT_OFF; in psh_glyph_init()
1245 if ( point->flags & PSH_POINT_OFF ) in psh_glyph_init()