Searched refs:PSH_POINT_INFLEX (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.h117 #define PSH_POINT_INFLEX 4U /* point is inflection */ macro
122 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
126 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.h121 PSH_POINT_INFLEX = 4 /* point is inflection */ enumerator in enum:__anon13398
126 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
130 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX

Completed in 457 milliseconds