Searched refs:FT_FACE_MEMORY (Results 1 – 4 of 4) sorted by relevance
139 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()
278 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()
262 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()
532 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro