Searched refs:GlyphIndex (Results 1 – 18 of 18) sorted by relevance
14 …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;
30 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth()45 GlyphIndex glyph = 0; in forEachCluster()
618 for (GlyphIndex glyph = 0; glyph < run.size(); ++glyph) { in textToGlyphs()
153 GlyphIndex fTextEnd;154 GlyphIndex fTrailingSpacesEnd;
69 typedef size_t GlyphIndex; typedef139 typedef Range<GlyphIndex> GlyphRange;
298 GlyphIndex fTextEnd;299 GlyphIndex fTrailingSpacesEnd;
96 ClusterIndex clusterIndex(GlyphIndex glyph) { in clusterIndex()
43 typedef size_t GlyphIndex; typedef44 typedef SkRange<GlyphIndex> GlyphRange;
91 GlyphIndex resolvedGlyphsStart = 0; in fillGaps()
245 int32_t glyph_id = composite_glyph->GlyphIndex(i); in ResolveCompositeGlyphs()
269 int32_t GlyphIndex(int32_t contour);
534 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex() function in sfntly::GlyphTable::CompositeGlyph
210 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs()213 comp_glyph_id.insert(comp_glyph->GlyphIndex(j)); in ResolveCompositeGlyphs()
122 GlyphIndex trailingSpaces = boxLine.fBoxGlyphs.size() - 1; in UNIX_ONLY_TEST()