Home
last modified time | relevance | path

Searched refs:TA_POINTS_EMBEDDED (Results 1 – 2 of 2) sorted by relevance

/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtahints.h431 #define TA_POINTS_EMBEDDED 96 /* number of embedded points */ macro
467 TA_PointRec points[TA_POINTS_EMBEDDED];
H A Dtahints.c770 if (new_max <= TA_POINTS_EMBEDDED) in ta_glyph_hints_reload()
775 hints->max_points = TA_POINTS_EMBEDDED; in ta_glyph_hints_reload()