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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 141 PSH_POINT_EDGE_MAX = 1024 /* point is aligned to top/right stem edge */
150 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
158 #define psh_point_set_edge_max( p ) (p)->flags2 |= PSH_POINT_EDGE_MAX
  /external/freetype/src/pshinter/
pshalgo.h 141 PSH_POINT_EDGE_MAX = 1024 /* point is aligned to top/right stem edge */
150 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
158 #define psh_point_set_edge_max( p ) (p)->flags2 |= PSH_POINT_EDGE_MAX
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 141 PSH_POINT_EDGE_MAX = 1024 /* point is aligned to top/right stem edge */
150 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
158 #define psh_point_set_edge_max( p ) (p)->flags2 |= PSH_POINT_EDGE_MAX

Completed in 34 milliseconds