Searched refs:ttslot (Results 1 – 5 of 5) sorted by relevance
592 FT_GlyphSlot ttslot; in T42_GlyphSlot_Init() local599 slot->ttslot = t42face->ttf_face->glyph; in T42_GlyphSlot_Init()603 error = FT_New_GlyphSlot( t42face->ttf_face, &ttslot ); in T42_GlyphSlot_Init()604 slot->ttslot = ttslot; in T42_GlyphSlot_Init()617 FT_Done_GlyphSlot( slot->ttslot ); in T42_GlyphSlot_Done()665 t42_glyphslot_clear( t42slot->ttslot ); in T42_GlyphSlot_Load()666 error = ttclazz->load_glyph( t42slot->ttslot, in T42_GlyphSlot_Load()673 glyph->metrics = t42slot->ttslot->metrics; in T42_GlyphSlot_Load()675 glyph->linearHoriAdvance = t42slot->ttslot->linearHoriAdvance; in T42_GlyphSlot_Load()676 glyph->linearVertAdvance = t42slot->ttslot->linearVertAdvance; in T42_GlyphSlot_Load()[all …]
49 FT_GlyphSlot ttslot; member
347 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument352 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()354 FT_Face face = ttslot->face; in tt_glyph_load()
394 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument399 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()401 FT_Face face = ttslot->face; in tt_glyph_load()