Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/internal/
A Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member
710 clazz->get_globals_funcs = get_globals_funcs_; \
/AliOS-Things-master/components/freetype/src/cid/
A Dcidobjs.c104 return ( module && pshinter && pshinter->get_globals_funcs ) in cid_size_get_globals_funcs()
105 ? pshinter->get_globals_funcs( module ) in cid_size_get_globals_funcs()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1objs.c68 return ( module && pshinter && pshinter->get_globals_funcs ) in T1_Size_Get_Globals_Funcs()
69 ? pshinter->get_globals_funcs( module ) in T1_Size_Get_Globals_Funcs()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c69 return ( module && pshinter && pshinter->get_globals_funcs ) in cff_size_get_globals_funcs()
70 ? pshinter->get_globals_funcs( module ) in cff_size_get_globals_funcs()

Completed in 7 milliseconds