Searched refs:PSH_POINT_STRONG (Results 1 – 1 of 1) sorted by relevance
135 PSH_POINT_STRONG = 16, /* point is strong */ enumerator144 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )152 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
Completed in 3 milliseconds