Home
last modified time | relevance | path

Searched refs:runOffsetInLine (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp174 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
176 run, runOffsetInLine, textRange, StyleType::kBackground, in paint()
187 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
189 run, runOffsetInLine, textRange, StyleType::kShadow, in paint()
210 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in paint() argument
212 run, runOffsetInLine, textRange, StyleType::kDecorations, in paint()
229 … (const Run* run, SkScalar runOffsetInLine, TextRange textRange, SkScalar* runWidthInLine) { in ensureTextBlobCachePopulated() argument
235 run, runOffsetInLine, textRange, StyleType::kForeground, in ensureTextBlobCachePopulated()
591 SkScalar runOffsetInLine, in measureTextInsideOneRun() argument
600 result.fTextShift = runOffsetInLine; in measureTextInsideOneRun()
[all …]
DTextLine.h110 SkScalar runOffsetInLine,
/third_party/skia/experimental/sktext/src/
DText.cpp465 SkScalar runOffsetInLine = 0.0f; in addLine() local
485 … SkPoint::Make(runOffsetInLine, wrappedText->fActualSize.fHeight), in addLine()
491 runOffsetInLine += logicalRun.calculateWidth(glyphStart, glyphEnd); in addLine()