• Home
  • Raw
  • Download

Lines Matching refs:fParagraphStyle

53             , fParagraphStyle(std::move(style))  in Paragraph()
149 if (fParagraphStyle.getStrutStyle().getStrutEnabled() && in layout()
150 fParagraphStyle.getStrutStyle().getForceStrutHeight()) { in layout()
200 if (fParagraphStyle.getMaxLines() == 1 || in layout()
201 (fParagraphStyle.unlimited_lines() && fParagraphStyle.ellipsized())) { in layout()
216 if (fParagraphStyle.getDrawOptions() == DrawOptions::kDirect) { in paint()
228 if (fParagraphStyle.getDrawOptions() == DrawOptions::kReplay) { in paint()
261 auto textDirection = fParagraphStyle.getTextDirection() == TextDirection::kLtr in computeCodeUnitProperties()
549 auto effectiveAlign = fParagraphStyle.effective_align(); in formatLines()
668 … results.emplace_back(SkRect::MakeXYWH(0, 0, 0, fHeight), fParagraphStyle.getTextDirection()); in getRectsForRange()
940 if (fParagraphStyle.getStrutStyle().getStrutEnabled()) { in computeEmptyMetrics()
947 auto ellipsis8 = fParagraphStyle.getEllipsis(); in getEllipsis()
948 auto ellipsis16 = fParagraphStyle.getEllipsisUtf16(); in getEllipsis()
952 return fUnicode->convertUtf16ToUtf8(fParagraphStyle.getEllipsisUtf16()); in getEllipsis()
967 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateFontSize()
969 fParagraphStyle.setTextStyle(defaultStyle); in updateFontSize()
981 fParagraphStyle.setTextAlign(textAlign); in updateTextAlign()
990 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateForegroundPaint()
992 fParagraphStyle.setTextStyle(defaultStyle); in updateForegroundPaint()
1001 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateBackgroundPaint()
1003 fParagraphStyle.setTextStyle(defaultStyle); in updateBackgroundPaint()