Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttdriver.c475 FT_Module sfntd; in FT_CALLBACK_DEF() local
501 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
502 if ( sfntd ) in FT_CALLBACK_DEF()
504 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c472 FT_Module sfntd; in FT_CALLBACK_DEF() local
498 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
499 if ( sfntd ) in FT_CALLBACK_DEF()
501 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()
/external/freetype/src/truetype/
Dttdriver.c518 FT_Module sfntd; in FT_CALLBACK_DEF() local
544 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
545 if ( sfntd ) in FT_CALLBACK_DEF()
547 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()