Searched refs:PSH_POINT_NEGATIVE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.h139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */ enumerator in enum:__anon11817
148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
156 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
H A Dpshalgo.c1595 max_flag = PSH_POINT_NEGATIVE;
1599 min_flag = PSH_POINT_NEGATIVE;
/external/freetype/src/pshinter/
H A Dpshalgo.h139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */ enumerator in enum:__anon21565
148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
156 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
H A Dpshalgo.c1594 max_flag = PSH_POINT_NEGATIVE;
1598 min_flag = PSH_POINT_NEGATIVE;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.h139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */ enumerator in enum:__anon28800
148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
156 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
H A Dpshalgo.c1595 max_flag = PSH_POINT_NEGATIVE;
1599 min_flag = PSH_POINT_NEGATIVE;

Completed in 39 milliseconds