Searched refs:PSH_POINT_POSITIVE (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.h133 #define PSH_POINT_POSITIVE 128U /* extremum has positive contour flow */ macro
142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
150 #define psh_point_set_positive( p ) (p)->flags2 |= PSH_POINT_POSITIVE
H A Dpshalgo.c1584 min_flag = PSH_POINT_POSITIVE;
1590 max_flag = PSH_POINT_POSITIVE;
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.h138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */ enumerator in enum:__anon13394
147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
155 #define psh_point_set_positive( p ) (p)->flags2 |= PSH_POINT_POSITIVE
H A Dpshalgo.c1593 min_flag = PSH_POINT_POSITIVE;
1599 max_flag = PSH_POINT_POSITIVE;

Completed in 107 milliseconds