Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.h329 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro
365 AF_PointRec points[AF_POINTS_EMBEDDED];
Dafhints.c752 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()
757 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
/external/freetype/src/autofit/
Dafhints.h331 #define AF_POINTS_EMBEDDED 96 /* number of embedded points */ macro
367 AF_PointRec points[AF_POINTS_EMBEDDED];
Dafhints.c773 if ( new_max <= AF_POINTS_EMBEDDED ) in af_glyph_hints_reload()
778 hints->max_points = AF_POINTS_EMBEDDED; in af_glyph_hints_reload()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog3165 * src/autofit/afhints.h (AF_POINTS_EMBEDDED, AF_CONTOURS_EMBEDDED):