Home
last modified time | relevance | path

Searched refs:ttslot (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c584 FT_GlyphSlot ttslot; in T42_GlyphSlot_Init() local
591 slot->ttslot = t42face->ttf_face->glyph; in T42_GlyphSlot_Init()
596 slot->ttslot = ttslot; in T42_GlyphSlot_Init()
609 FT_Done_GlyphSlot( slot->ttslot ); in T42_GlyphSlot_Done()
652 t42_glyphslot_clear( t42slot->ttslot ); in T42_GlyphSlot_Load()
653 error = ttclazz->load_glyph( t42slot->ttslot, in T42_GlyphSlot_Load()
660 glyph->metrics = t42slot->ttslot->metrics; in T42_GlyphSlot_Load()
665 glyph->format = t42slot->ttslot->format; in T42_GlyphSlot_Load()
666 glyph->outline = t42slot->ttslot->outline; in T42_GlyphSlot_Load()
668 glyph->bitmap = t42slot->ttslot->bitmap; in T42_GlyphSlot_Load()
[all …]
A Dt42objs.h48 FT_GlyphSlot ttslot; member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttdriver.c355 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument
360 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()
362 FT_Face face = ttslot->face; in tt_glyph_load()

Completed in 6 milliseconds