Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.h329 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro
365 AF_PointRec points[AF_POINTS_EMBEDDED];
Dafhints.c652 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()
657 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()