Lines Matching defs:textRange
104 [this, textCanvas](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint()
112 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint()
119 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint()
126 [textCanvas, this](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in paint()
168 style, [this, visitor](TextRange textRange, const TextStyle& style, SkScalar offsetX) { in scanStyles()
185 SkScalar TextLine::paintText(SkCanvas* canvas, TextRange textRange, const TextStyle& style, in paintText()
211 SkScalar TextLine::paintBackground(SkCanvas* canvas, TextRange textRange, in paintBackground()
223 SkScalar TextLine::paintShadow(SkCanvas* canvas, TextRange textRange, const TextStyle& style, in paintShadow() argument
259 SkScalar TextLine::paintDecorations(SkCanvas* canvas, TextRange textRange, in paintDecorations()
530 …TextRange textRange, Run* run, size_t& pos, size_t& size, bool includeGhostSpaces, bool& clippingN… in measureTextInsideOneRun()
645 SkScalar TextLine::iterateThroughRuns(TextRange textRange, in iterateThroughRuns()