Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.h301 #define AF_EDGES_EMBEDDED 12 /* number of embedded edges */ macro
322 AF_EdgeRec edges[AF_EDGES_EMBEDDED];
Dafhints.c110 if ( axis->num_edges < AF_EDGES_EMBEDDED ) in af_axis_hints_new_edge()
115 axis->max_edges = AF_EDGES_EMBEDDED; in af_axis_hints_new_edge()
/external/freetype/src/autofit/
Dafhints.h303 #define AF_EDGES_EMBEDDED 12 /* number of embedded edges */ macro
324 AF_EdgeRec edges[AF_EDGES_EMBEDDED];
Dafhints.c111 if ( axis->num_edges < AF_EDGES_EMBEDDED ) in af_axis_hints_new_edge()
116 axis->max_edges = AF_EDGES_EMBEDDED; in af_axis_hints_new_edge()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog3149 * src/autofit/afhints.h (AF_SEGMENTS_EMBEDDED, AF_EDGES_EMBEDDED):