Home
last modified time | relevance | path

Searched refs:FT_FACE_MEMORY (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/cff/
Dcffcmap.c139 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_init()
163 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_done()
/external/freetype/src/psaux/
Dt1cmap.c278 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_init()
295 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_done()
/external/freetype/src/base/
Dftobjs.c262 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap()
293 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap()
3069 FT_Memory memory = FT_FACE_MEMORY(face); in ft_cmap_done_internal()
3085 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_CMap_Done()
3141 memory = FT_FACE_MEMORY( face ); in FT_CMap_New()
3357 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantSelectors()
3385 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantsOfChar()
3419 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetCharsOfVariant()
/external/freetype/include/freetype/internal/
Dftobjs.h532 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro