Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h120 PSH_POINT_SMOOTH = 2, /* point is smooth */ enumerator
124 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
128 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
A Dpshalgo.c1349 point->flags |= PSH_POINT_SMOOTH; in psh_glyph_init()
1355 point->flags |= PSH_POINT_SMOOTH; in psh_glyph_init()
1957 point->flags &= ~PSH_POINT_SMOOTH; in psh_glyph_interpolate_normal_points()

Completed in 6 milliseconds