Home
last modified time | relevance | path

Searched refs:FT_FACE_LIBRARY (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/cff/
Dcffdrivr.c331 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_glyph_name()
401 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_name_index()
618 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_ps_name()
660 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_cmap_info()
/external/freetype/src/type42/
Dt42objs.c187 face->psaux = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T42_Face_Init()
291 args.driver = FT_Get_Module( FT_FACE_LIBRARY( face ), in T42_Face_Init()
303 error = FT_Open_Face( FT_FACE_LIBRARY( face ), in T42_Face_Init()
/external/freetype/src/cid/
Dcidobjs.c312 FT_FACE_LIBRARY( face ), "psaux" ); in cid_face_init()
328 FT_FACE_LIBRARY( face ), "pshinter" ); in cid_face_init()
/external/freetype/src/type1/
Dt1objs.c335 face->psaux = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T1_Face_Init()
345 face->pshinter = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T1_Face_Init()
/external/freetype/include/freetype/internal/
Dftobjs.h603 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library macro
/external/freetype/src/base/
Dftobjs.c4560 FT_Library library = FT_FACE_LIBRARY( face ); in ft_lookup_glyph_renderer()
4998 library = FT_FACE_LIBRARY( slot->face ); in FT_Render_Glyph()
/external/freetype/src/sfnt/
Dttcmap.c3781 FT_Library library = FT_FACE_LIBRARY( face ); in tt_face_build_cmaps()