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 135 #define PSH_POINT_EDGE_MIN 512U /* point is aligned to left/bottom stem edge */
144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
152 #define psh_point_set_edge_min( p ) (p)->flags2 |= PSH_POINT_EDGE_MIN
pshalgo.c     [all...]

Completed in 66 milliseconds