Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.h135 #define PSH_POINT_EDGE_MIN 512U /* point is aligned to left/bottom stem edge */ macro
144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
152 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
Dpshalgo.c1453 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1509 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()