Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c581 T42_GlyphSlot slot = (T42_GlyphSlot)t42slot; in T42_GlyphSlot_Init()
582 FT_Face face = t42slot->face; in T42_GlyphSlot_Init()
606 T42_GlyphSlot slot = (T42_GlyphSlot)t42slot; in T42_GlyphSlot_Done()
645 T42_GlyphSlot t42slot = (T42_GlyphSlot)glyph; in T42_GlyphSlot_Load() local
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 …]

Completed in 3 milliseconds