Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dftserv.h119 #define FT_FACE_FIND_GLOBAL_SERVICE( face, ptr, id ) \ macro
132 #define FT_FACE_FIND_GLOBAL_SERVICE( face, ptr, id ) \
/external/freetype/src/cff/
Dcffdrivr.c278 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in cff_get_name_index()
Dcffobjs.c454 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in cff_face_init()
/external/freetype/src/sfnt/
Dsfobjs.c450 FT_FACE_FIND_GLOBAL_SERVICE( face, face->psnames, POSTSCRIPT_CMAPS ); in sfnt_init_face()
/external/freetype/src/psaux/
Dt1decode.c1561 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS ); in t1_decoder_init()