Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/base/
Dftgxval.c84 memory = FT_FACE_MEMORY( face ); in FT_TrueTypeGX_Free()
135 memory = FT_FACE_MEMORY( face ); in FT_ClassicKern_Free()
Dftotval.c85 memory = FT_FACE_MEMORY( face ); in FT_OpenType_Free()
Dftobjs.c292 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()
3262 FT_Memory memory = FT_FACE_MEMORY( face ); in ft_cmap_done_internal()
3278 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_CMap_Done()
3334 memory = FT_FACE_MEMORY( face ); in FT_CMap_New()
3558 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantSelectors()
3586 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantsOfChar()
3620 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetCharsOfVariant()
/external/freetype/src/base/
Dftgxval.c84 memory = FT_FACE_MEMORY( face ); in FT_TrueTypeGX_Free()
135 memory = FT_FACE_MEMORY( face ); in FT_ClassicKern_Free()
Dftotval.c85 memory = FT_FACE_MEMORY( face ); in FT_OpenType_Free()
Dftobjs.c312 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap()
343 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap()
3397 FT_Memory memory = FT_FACE_MEMORY( face ); in ft_cmap_done_internal()
3413 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_CMap_Done()
3469 memory = FT_FACE_MEMORY( face ); in FT_CMap_New()
3693 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantSelectors()
3721 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetVariantsOfChar()
3755 FT_Memory memory = FT_FACE_MEMORY( face ); in FT_Face_GetCharsOfVariant()
/external/pdfium/third_party/freetype/src/cff/
Dcffcmap.c145 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_init()
171 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_done()
/external/freetype/src/cff/
Dcffcmap.c151 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_init()
177 FT_Memory memory = FT_FACE_MEMORY( face ); in cff_cmap_unicode_done()
/external/freetype/src/psaux/
Dt1cmap.c290 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_init()
309 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_done()
/external/pdfium/third_party/freetype/src/psaux/
Dt1cmap.c290 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_init()
309 FT_Memory memory = FT_FACE_MEMORY( face ); in t1_cmap_unicode_done()
/external/freetype/include/freetype/internal/
Dftobjs.h568 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h562 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro
/external/freetype/src/truetype/
Dttgxvar.c3412 FT_Memory memory = FT_FACE_MEMORY( face ); in ft_var_done_item_variation_store()
3448 FT_Memory memory = FT_FACE_MEMORY( face ); in tt_done_blend()