Home
last modified time | relevance | path

Searched defs:glyphStart (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/sktext/src/
DLine.h87 Stretch(GlyphPos glyphStart, size_t textIndex, const TextMetrics& metrics) in Stretch()
159 GlyphPos glyphStart() const { return fGlyphStart; } in glyphStart() function
178 GlyphPos glyphStart() const { return fTextStart; } in glyphStart() function
DText.cpp454 auto glyphStart = isFirstRun ? lineStretch.glyphStart().glyphIndex() : 0; in addLine() local
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp497 SkScalar height) { in buildClusterTable()