Searched refs:AF_POINTS_EMBEDDED (Results 1 – 9 of 9) sorted by relevance
337 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro370 AF_PointRec points[AF_POINTS_EMBEDDED];
914 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()919 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
337 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro373 AF_PointRec points[AF_POINTS_EMBEDDED];
816 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()821 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
5270 * src/autofit/afhints.h (AF_POINTS_EMBEDDED, AF_CONTOURS_EMBEDDED):