Searched defs:PSH_POINT_NEGATIVE (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.h134 #define PSH_POINT_NEGATIVE 256U /* extremum has negative contour flow */ macro
143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
151 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.h139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */ enumerator in enum:__anon13399
148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
156 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE

Completed in 99 milliseconds