Searched refs:get_globals_funcs (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member in struct:PSHinter_Interface_
710 clazz->get_globals_funcs = get_globals_funcs_; \
/external/freetype/include/internal/
H A Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member in struct:PSHinter_Interface_
710 clazz->get_globals_funcs = get_globals_funcs_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member in struct:PSHinter_Interface_
710 clazz->get_globals_funcs = get_globals_funcs_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpshints.h674 PSH_Globals_Funcs (*get_globals_funcs)( FT_Module module ); member in struct:PSHinter_Interface_
710 clazz->get_globals_funcs = get_globals_funcs_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c104 return ( module && pshinter && pshinter->get_globals_funcs )
105 ? pshinter->get_globals_funcs( module )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c68 return ( module && pshinter && pshinter->get_globals_funcs )
69 ? pshinter->get_globals_funcs( module )
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c69 return ( module && pshinter && pshinter->get_globals_funcs )
70 ? pshinter->get_globals_funcs( module )
/external/freetype/src/cff/
H A Dcffobjs.c69 return ( module && pshinter && pshinter->get_globals_funcs )
70 ? pshinter->get_globals_funcs( module )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c69 return ( module && pshinter && pshinter->get_globals_funcs )
70 ? pshinter->get_globals_funcs( module )

Completed in 156 milliseconds