HomeSort by relevance Sort by last modified time
    Searched refs:PSH_POINT_SMOOTH (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/pshinter/
pshalgo.h 116 #define PSH_POINT_SMOOTH 2U /* point is smooth */
120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
pshalgo.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 116 #define PSH_POINT_SMOOTH 2U /* point is smooth */
120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
pshalgo.c     [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 116 #define PSH_POINT_SMOOTH 2U /* point is smooth */
120 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
124 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
pshalgo.c     [all...]

Completed in 219 milliseconds