Searched defs:PSH_POINT_SMOOTH (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.h116 #define PSH_POINT_SMOOTH 2U /* point is smooth */ macro
120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.h116 #define PSH_POINT_SMOOTH 2U /* point is smooth */ macro
120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH

Completed in 163 milliseconds