Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.h134 #define PSH_POINT_NEGATIVE 256U /* extremum has negative contour flow */ macro
143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
151 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
Dpshalgo.c1491 max_flag = PSH_POINT_NEGATIVE; in psh_hint_table_find_strong_points()
1495 min_flag = PSH_POINT_NEGATIVE; in psh_hint_table_find_strong_points()