Lines Matching refs:TextStyle
175 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
188 …[textCanvas, x, y, &bounds, this](TextRange textRange, const TextStyle& style, const ClipContext& … in paint()
211 …[textCanvas, x, y, this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in paint()
234 [this](TextRange textRange, const TextStyle& style, const ClipContext& context) { in ensureTextBlobCachePopulated()
272 [visitor](TextRange textRange, const TextStyle& style, const ClipContext& context) { in scanStyles()
312 void TextLine::buildTextBlob(TextRange textRange, const TextStyle& style, const ClipContext& contex… in buildTextBlob()
359 …nd(SkCanvas* canvas, SkScalar x, SkScalar y, TextRange textRange, const TextStyle& style, const Cl… in paintBackground()
365 …ow(SkCanvas* canvas, SkScalar x, SkScalar y, TextRange textRange, const TextStyle& style, const Cl… in paintShadow()
411 …ns(SkCanvas* canvas, SkScalar x, SkScalar y, TextRange textRange, const TextStyle& style, const Cl… in paintDecorations()
770 visitor(textRange, TextStyle(), clipContext); in iterateThroughSingleRunByStyles()
779 const TextStyle* prevStyle = nullptr; in iterateThroughSingleRunByStyles()
786 TextStyle* style = nullptr; in iterateThroughSingleRunByStyles()
927 [&result, &run](TextRange textRange, const TextStyle& style, const ClipContext& context) { in getMetrics()
968 (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& lineContext) { in getRectsForRange()
1162 (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context0) { in getGlyphPositionAtCoordinate()