Searched refs:PSH_POINT_NEGATIVE (Results 1 – 2 of 2) sorted by relevance
139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */ enumerator148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )156 #define psh_point_set_negative( p ) (p)->flags2 |= PSH_POINT_NEGATIVE
1594 max_flag = PSH_POINT_NEGATIVE; in psh_hint_table_find_strong_points()1598 min_flag = PSH_POINT_NEGATIVE; in psh_hint_table_find_strong_points()
Completed in 6 milliseconds