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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */
147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
155 #define psh_point_set_positive( p ) (p)->flags2 |= PSH_POINT_POSITIVE
  /external/freetype/src/pshinter/
pshalgo.h 138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */
147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
155 #define psh_point_set_positive( p ) (p)->flags2 |= PSH_POINT_POSITIVE
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */
147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
155 #define psh_point_set_positive( p ) (p)->flags2 |= PSH_POINT_POSITIVE

Completed in 28 milliseconds