Home
last modified time | relevance | path

Searched defs:runOffsetInLine (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.cpp174 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
187 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
210 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint()
229 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated()
591 SkScalar runOffsetInLine, in measureTextInsideOneRun()
930 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getMetrics()
974 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getRectsForRange()
1179 (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in getGlyphPositionAtCoordinate()
/external/skia/experimental/sktext/src/
DText.cpp465 SkScalar runOffsetInLine = 0.0f; in addLine() local