Searched refs:ttslot (Results 1 – 3 of 3) sorted by relevance
584 FT_GlyphSlot ttslot; in T42_GlyphSlot_Init() local591 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 …]
48 FT_GlyphSlot ttslot; member
355 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument360 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()362 FT_Face face = ttslot->face; in tt_glyph_load()
Completed in 5 milliseconds