Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h140 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */ enumerator
149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
157 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
A Dpshalgo.c1556 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()
1612 point->flags2 |= PSH_POINT_EDGE_MIN; in psh_hint_table_find_strong_points()

Completed in 7 milliseconds