Searched defs:glyphStart (Results 1 – 3 of 3) sorted by relevance
87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch()159 GlyphPos glyphStart() const { return fGlyphStart; } in glyphStart() function178 GlyphPos glyphStart() const { return fTextStart; } in glyphStart() function
454 auto glyphStart = isFirstRun ? lineStretch.glyphStart().glyphIndex() : 0; in addLine() local
497 SkScalar height) { in buildClusterTable()