Searched refs:FT_FACE_MEMORY (Results 1 – 12 of 12) sorted by relevance
84 memory = FT_FACE_MEMORY( face ); in FT_TrueTypeGX_Free()135 memory = FT_FACE_MEMORY( face ); in FT_ClassicKern_Free()
85 memory = FT_FACE_MEMORY( face ); in FT_OpenType_Free()
292 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap()323 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap()3221 FT_Memory memory = FT_FACE_MEMORY( face ); in ft_cmap_done_internal()3237 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_CMap_Done()3293 memory = FT_FACE_MEMORY( face ); in FT_CMap_New()3512 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantSelectors()3540 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantsOfChar()3574 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetCharsOfVariant()
57 FT_Memory memory = FT_FACE_MEMORY( face ); in gxv_load_table()113 FT_Memory volatile memory = FT_FACE_MEMORY( face ); in gxv_validate()195 FT_Memory volatile memory = FT_FACE_MEMORY( face ); in classic_kern_validate()
48 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_load_table()219 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_validate()230 FT_Memory memory = FT_FACE_MEMORY( face ); in otv_validate()
141 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_init()165 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()
677 memory = FT_FACE_MEMORY( face ); in FNT_Face_Done()695 FT_Memory memory = FT_FACE_MEMORY( face ); in FNT_Face_Init()1029 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in FNT_Load_Glyph()
319 memory = FT_FACE_MEMORY( face ); in BDF_Face_Done()345 FT_Memory memory = FT_FACE_MEMORY( face ); in BDF_Face_Init()
215 memory = FT_FACE_MEMORY( face ); in PCF_Face_Done()
59 pfr_phy_font_done( &face->phy_font, FT_FACE_MEMORY( face ) ); in pfr_face_done()
559 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro
Completed in 50 milliseconds