OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_globals_funcs
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/internal/
pshints.h
674
PSH_Globals_Funcs (*
get_globals_funcs
)( FT_Module module );
member in struct:PSHinter_Interface_
700
clazz->
get_globals_funcs
= get_globals_funcs_; \
/external/freetype/src/cff/
cffobjs.c
66
return ( module && pshinter && pshinter->
get_globals_funcs
)
67
? pshinter->
get_globals_funcs
( module )
Completed in 707 milliseconds