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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 140 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */
149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
157 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
pshalgo.c     [all...]
  /external/freetype/src/pshinter/
pshalgo.h 140 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */
149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
157 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
pshalgo.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 140 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */
149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
157 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
pshalgo.c     [all...]

Completed in 43 milliseconds