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

/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.h138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */ enumerator in enum:__anon11817
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.c1594 min_flag = PSH_POINT_POSITIVE;
1600 max_flag = PSH_POINT_POSITIVE;
/external/freetype/src/pshinter/
H A Dpshalgo.h138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */ enumerator in enum:__anon21565
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;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.h138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */ enumerator in enum:__anon28800
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.c1594 min_flag = PSH_POINT_POSITIVE;
1600 max_flag = PSH_POINT_POSITIVE;

Completed in 594 milliseconds