HomeSort by relevance Sort by last modified time
    Searched defs:PSH_POINT_EDGE_MIN (Results 1 - 2 of 2) 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
  /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

Completed in 24 milliseconds