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()595 error = FT_New_GlyphSlot( t42face->ttf_face, &ttslot ); in T42_GlyphSlot_Init()596 slot->ttslot = ttslot; in T42_GlyphSlot_Init()609 FT_Done_GlyphSlot( slot->ttslot ); in T42_GlyphSlot_Done()658 t42_glyphslot_clear( t42slot->ttslot ); in T42_GlyphSlot_Load()659 error = ttclazz->load_glyph( t42slot->ttslot, in T42_GlyphSlot_Load()666 glyph->metrics = t42slot->ttslot->metrics; in T42_GlyphSlot_Load()668 glyph->linearHoriAdvance = t42slot->ttslot->linearHoriAdvance; in T42_GlyphSlot_Load()669 glyph->linearVertAdvance = t42slot->ttslot->linearVertAdvance; in T42_GlyphSlot_Load()[all …]
48 FT_GlyphSlot ttslot; member
420 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument425 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()427 FT_Face face = ttslot->face; in tt_glyph_load()