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

  /external/freetype/src/pshinter/
pshalgo.h 120 PSH_POINT_OFF = 1, /* point is off the curve */
126 #define psh_point_is_off( p ) ( (p)->flags & PSH_POINT_OFF )
130 #define psh_point_set_off( p ) (p)->flags |= PSH_POINT_OFF
pshalgo.c     [all...]

Completed in 227 milliseconds