OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sfntd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c
479
FT_Module
sfntd
;
local
505
sfntd
= FT_Get_Module( library, "sfnt" );
506
if (
sfntd
)
508
sfnt = (SFNT_Service)(
sfntd
->clazz->module_interface );
/external/freetype/src/truetype/
ttdriver.c
479
FT_Module
sfntd
;
local
505
sfntd
= FT_Get_Module( library, "sfnt" );
506
if (
sfntd
)
508
sfnt = (SFNT_Service)(
sfntd
->clazz->module_interface );
Completed in 44 milliseconds