Home
last modified time | relevance | path

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

/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.c564 FT_Module sfntd; in FT_CALLBACK_DEF() local
590 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
591 if ( sfntd ) in FT_CALLBACK_DEF()
593 sfnt = (SFNT_Service)( sfntd->clazz->module_interface ); in FT_CALLBACK_DEF()