Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h119 PSH_POINT_OFF = 1, /* point is off the curve */ enumerator
125 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
129 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
A Dpshalgo.c1335 point->flags = PSH_POINT_OFF; in psh_glyph_init()
1348 if ( point->flags & PSH_POINT_OFF ) in psh_glyph_init()

Completed in 6 milliseconds