Searched refs:PSH_POINT_SMOOTH (Results 1 – 2 of 2) sorted by relevance
116 #define PSH_POINT_SMOOTH 2U /* point is smooth */ macro120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
1246 point->flags |= PSH_POINT_SMOOTH; in psh_glyph_init()1252 point->flags |= PSH_POINT_SMOOTH; in psh_glyph_init()1850 point->flags &= ~PSH_POINT_SMOOTH; in psh_glyph_interpolate_normal_points()