Searched refs:AF_POINTS_EMBEDDED (Results 1 – 5 of 5) sorted by relevance
329 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro365 AF_PointRec points[AF_POINTS_EMBEDDED];
752 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()757 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
331 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro367 AF_PointRec points[AF_POINTS_EMBEDDED];
773 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()778 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
3165 * src/autofit/afhints.h (AF_POINTS_EMBEDDED, AF_CONTOURS_EMBEDDED):