Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidobjs.c105 return ( module && pshinter && pshinter->get_globals_funcs ) in cid_size_get_globals_funcs()
106 ? pshinter->get_globals_funcs( module ) in cid_size_get_globals_funcs()
/external/freetype/include/freetype/internal/
Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member
/external/freetype/src/type1/
Dt1objs.c66 return ( module && pshinter && pshinter->get_globals_funcs ) in T1_Size_Get_Globals_Funcs()
67 ? pshinter->get_globals_funcs( module ) in T1_Size_Get_Globals_Funcs()
/external/freetype/src/cff/
Dcffobjs.c75 return ( module && pshinter && pshinter->get_globals_funcs ) in cff_size_get_globals_funcs()
76 ? pshinter->get_globals_funcs( module ) in cff_size_get_globals_funcs()
/external/freetype/
DChangeLog.217179 (cid_size_{get_globals_funcs,done,reset): This.