Home
last modified time | relevance | path

Searched refs:_af_debug_hints_rec (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafmodule.c52 AF_GlyphHintsRec _af_debug_hints_rec[1]; variable
54 void* _af_debug_hints = _af_debug_hints_rec;
395 if ( _af_debug_hints_rec->memory ) in af_autofitter_done()
396 af_glyph_hints_done( _af_debug_hints_rec ); in af_autofitter_done()
415 AF_GlyphHints hints = _af_debug_hints_rec; in af_autofitter_load_glyph()
/external/freetype/src/autofit/
Dafmodule.c52 AF_GlyphHintsRec _af_debug_hints_rec[1]; variable
54 void* _af_debug_hints = _af_debug_hints_rec;
487 if ( _af_debug_hints_rec->memory ) in af_autofitter_done()
488 af_glyph_hints_done( _af_debug_hints_rec ); in af_autofitter_done()
507 AF_GlyphHints hints = _af_debug_hints_rec; in af_autofitter_load_glyph()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog2314 * src/autofit/afmodule.c (_af_debug_hints_rec) [FT_DEBUG_AUTOFIT]: