Home
last modified time | relevance | path

Searched refs:GlyphIndex (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc245 int32_t glyph_id = composite_glyph->GlyphIndex(i); in ResolveCompositeGlyphs()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h274 int32_t GlyphIndex(int32_t contour);
Dglyph_table.cc555 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex() function in sfntly::GlyphTable::CompositeGlyph
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc245 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs()
248 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs()