Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.h136 #define PSH_POINT_EDGE_MAX 1024U /* point is aligned to top/right stem edge */ macro
145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
153 #define psh_point_set_edge_max( p ) (p)->flags2 |= PSH_POINT_EDGE_MAX
Dpshalgo.c1472 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()
1525 point->flags2 |= PSH_POINT_EDGE_MAX; in psh_hint_table_find_strong_points()