Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/src/
DVisualRun.h14 …VisualRun(TextRange textRange, GlyphIndex trailingSpacesStart, const SkFont& font, SkScalar lineBa… in VisualRun()
47 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth()
58 GlyphIndex trailingSpacesStart() const { return fTrailingSpacesStart; } in trailingSpacesStart()
95 GlyphIndex fTrailingSpacesStart;
DLogicalRun.h30 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth()
45 GlyphIndex glyph = 0; in forEachCluster()
DText.cpp618 for (GlyphIndex glyph = 0; glyph < run.size(); ++glyph) { in textToGlyphs()
/third_party/skia/experimental/sktext/include/
DInterface.h153 GlyphIndex fTextEnd;
154 GlyphIndex fTrailingSpacesEnd;
DTypes.h69 typedef size_t GlyphIndex; typedef
139 typedef Range<GlyphIndex> GlyphRange;
DText.h298 GlyphIndex fTextEnd;
299 GlyphIndex fTrailingSpacesEnd;
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.h96 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()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_info.cc245 int32_t glyph_id = composite_glyph->GlyphIndex(i); in ResolveCompositeGlyphs()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_info.cc245 int32_t glyph_id = composite_glyph->GlyphIndex(i); in ResolveCompositeGlyphs()
/third_party/flutter/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc210 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs()
213 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc210 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs()
213 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs()
/third_party/skia/experimental/sktext/tests/
DSelectableText.cpp122 GlyphIndex trailingSpaces = boxLine.fBoxGlyphs.size() - 1; in UNIX_ONLY_TEST()