Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
Dt42objs.c592 FT_GlyphSlot ttslot; in T42_GlyphSlot_Init() local
599 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 …]
Dt42objs.h49 FT_GlyphSlot ttslot; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttdriver.c347 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument
352 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()
354 FT_Face face = ttslot->face; in tt_glyph_load()
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c347 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument
352 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()
354 FT_Face face = ttslot->face; in tt_glyph_load()
/external/freetype/src/truetype/
Dttdriver.c394 tt_glyph_load( FT_GlyphSlot ttslot, /* TT_GlyphSlot */ in tt_glyph_load() argument
399 TT_GlyphSlot slot = (TT_GlyphSlot)ttslot; in tt_glyph_load()
401 FT_Face face = ttslot->face; in tt_glyph_load()