Home
last modified time | relevance | path

Searched refs:PSH_POINT_POSITIVE (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
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
Dpshalgo.c1490 min_flag = PSH_POINT_POSITIVE; in psh_hint_table_find_strong_points()
1496 max_flag = PSH_POINT_POSITIVE; in psh_hint_table_find_strong_points()