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

  /external/freetype/src/pshinter/
pshalgo.h 141 PSH_POINT_EDGE_MIN = 512, /* point is aligned to left/bottom stem edge */
150 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
158 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
pshalgo.c     [all...]

Completed in 400 milliseconds