Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftgxval.c84 memory = FT_FACE_MEMORY( face ); in FT_TrueTypeGX_Free()
135 memory = FT_FACE_MEMORY( face ); in FT_ClassicKern_Free()
A Dftotval.c85 memory = FT_FACE_MEMORY( face ); in FT_OpenType_Free()
A 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()
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()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvmod.c57 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()
/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvmod.c48 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()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffcmap.c141 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()
/AliOS-Things-master/components/freetype/src/psaux/
A 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()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c677 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()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdfdrivr.c319 memory = FT_FACE_MEMORY( face ); in BDF_Face_Done()
345 FT_Memory memory = FT_FACE_MEMORY( face ); in BDF_Face_Init()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfdrivr.c215 memory = FT_FACE_MEMORY( face ); in PCF_Face_Done()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c59 pfr_phy_font_done( &face->phy_font, FT_FACE_MEMORY( face ) ); in pfr_face_done()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h559 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory macro

Completed in 50 milliseconds