• Home
  • Raw
  • Download

Lines Matching refs:TextLine

31 SkTHashMap<SkFont, Run> TextLine::fEllipsisCache;
33 TextLine::TextLine(ParagraphImpl* master, in TextLine() function in skia::textlayout::TextLine
93 void TextLine::paint(SkCanvas* textCanvas) { in paint()
134 void TextLine::format(TextAlign effectiveAlign, SkScalar maxWidth) { in format()
149 TextAlign TextLine::assumedTextAlign() const { in assumedTextAlign()
162 void TextLine::scanStyles(StyleType style, const StyleVisitor& visitor) { in scanStyles()
176 void TextLine::scanRuns(const RunVisitor& visitor) { in scanRuns()
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()
259 SkScalar TextLine::paintDecorations(SkCanvas* canvas, TextRange textRange, in paintDecorations()
329 void TextLine::computeDecorationPaint(SkPaint& paint, in computeDecorationPaint()
392 void TextLine::justify(SkScalar maxWidth) { in justify()
452 void TextLine::createEllipsis(SkScalar maxWidth, const SkString& ellipsis, bool) { in createEllipsis()
486 Run* TextLine::shapeEllipsis(const SkString& ellipsis, Run* run) { in shapeEllipsis()
529 SkRect TextLine::measureTextInsideOneRun( in measureTextInsideOneRun()
577 void TextLine::iterateThroughClustersInGlyphsOrder(bool reverse, in iterateThroughClustersInGlyphsOrder()
612 SkScalar TextLine::calculateLeftVisualOffset(TextRange textRange) const { in calculateLeftVisualOffset()
645 SkScalar TextLine::iterateThroughRuns(TextRange textRange, in iterateThroughRuns()
712 void TextLine::iterateThroughStylesInTextOrder(StyleType styleType, in iterateThroughStylesInTextOrder()
768 SkVector TextLine::offset() const { in offset()