HomeSort by relevance Sort by last modified time
    Searched defs:ttslot (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/type42/
t42objs.h 49 FT_GlyphSlot ttslot; member in struct:T42_GlyphSlotRec_
t42objs.c 583 FT_GlyphSlot ttslot; local
590 slot->ttslot = t42face->ttf_face->glyph;
594 error = FT_New_GlyphSlot( t42face->ttf_face, &ttslot );
595 slot->ttslot = ttslot;
608 FT_Done_GlyphSlot( slot->ttslot );
657 t42_glyphslot_clear( t42slot->ttslot );
658 error = ttclazz->load_glyph( t42slot->ttslot,
665 glyph->metrics = t42slot->ttslot->metrics;
667 glyph->linearHoriAdvance = t42slot->ttslot->linearHoriAdvance
    [all...]

Completed in 69 milliseconds