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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 119 PSH_POINT_OFF = 1, /* point is off the curve */
125 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
129 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
  /external/freetype/src/pshinter/
pshalgo.h 119 PSH_POINT_OFF = 1, /* point is off the curve */
125 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
129 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 119 PSH_POINT_OFF = 1, /* point is off the curve */
125 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
129 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF

Completed in 52 milliseconds