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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 120 PSH_POINT_SMOOTH = 2, /* point is smooth */
124 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
128 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
  /external/freetype/src/pshinter/
pshalgo.h 120 PSH_POINT_SMOOTH = 2, /* point is smooth */
124 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
128 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 120 PSH_POINT_SMOOTH = 2, /* point is smooth */
124 #define psh_point_is_smooth( p ) ( (p)->flags & PSH_POINT_SMOOTH )
128 #define psh_point_set_smooth( p ) (p)->flags |= PSH_POINT_SMOOTH

Completed in 28 milliseconds