| D | TextLine.cpp | 140 auto& run = fOwner->run(runIndex); in TextLine() local 141 runLevels[runLevelsIndex++] = run.fBidiLevel; in TextLine() 143 …InternalLineMetrics(run.fFontMetrics.fAscent, run.fFontMetrics.fDescent, run.fFontMetrics.fLeading… in TextLine() 158 if (!cluster->run().isPlaceholder()) { in TextLine() 174 … (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() [all …]
|