Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/include/
DTypes.h44 typedef size_t GlyphIndex; typedef
125 typedef Range<GlyphIndex> GlyphRange;
/external/skia/modules/skparagraph/src/
DOneLineShaper.h94 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
DRun.h43 typedef size_t GlyphIndex; typedef
44 typedef SkRange<GlyphIndex> GlyphRange;
DOneLineShaper.cpp91 GlyphIndex resolvedGlyphsStart = 0; in fillGaps()
/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.h269 int32_t GlyphIndex(int32_t contour);
Dglyph_table.cc534 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex() function in sfntly::GlyphTable::CompositeGlyph
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc247 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs()
250 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs()