HomeSort by relevance Sort by last modified time
    Searched refs:get_globals_funcs (Results 1 - 4 of 4) 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_
710 clazz->get_globals_funcs = get_globals_funcs_; \
  /external/freetype/src/cid/
cidobjs.c 105 return ( module && pshinter && pshinter->get_globals_funcs )
106 ? pshinter->get_globals_funcs( module )
  /external/freetype/src/type1/
t1objs.c 66 return ( module && pshinter && pshinter->get_globals_funcs )
67 ? pshinter->get_globals_funcs( module )
  /external/freetype/src/cff/
cffobjs.c 76 return ( module && pshinter && pshinter->get_globals_funcs )
77 ? pshinter->get_globals_funcs( module )
    [all...]

Completed in 1056 milliseconds