Lines Matching defs:style
92 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts)
94 , fParagraphStyle(std::move(style))
112 ParagraphStyle style,
117 : Paragraph(std::move(style), std::move(fonts))
136 ParagraphStyle style,
142 std::move(style),
667 auto& style = fTextStyles[0].fStyle;
679 hOffset += align * (fMaxIntrinsicWidth - style.getLetterSpacing() - path->GetLength(false));
953 auto& style = fTextStyles[0].fStyle;
956 run.iterateThroughClusters([this, &run, &shift, &style](Cluster* cluster) {
958 shift += run.addSpacesEvenly(style.getLetterSpacing(), cluster);
1429 // It's possible if some text is not covered with any text style
1742 // In the first case SkParagraph takes the metrics from the default paragraph style
1743 // In the second case it should take it from the current text style