Lines Matching refs:style
24 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) {
25 return ParagraphBuilderImpl::make(style, fontCollection);
29 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) {
30 return std::make_unique<ParagraphBuilderImpl>(style, fontCollection);
34 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) {
38 return std::make_unique<ParagraphBuilderImpl>(style, fontCollection, std::move(unicode));
42 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode)
43 : ParagraphBuilder(style, fontCollection)
46 , fParagraphStyle(style)
57 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection)
58 : ParagraphBuilderImpl(style, fontCollection, SkUnicode::Make())
63 void ParagraphBuilderImpl::pushStyle(const TextStyle& style) {
67 fTextStyles.push_back(style);
69 fStyledBlocks.back().fStyle == style) {
70 // Just continue with the same style
72 // Go with the new style
81 // In this case we use paragraph style and skip Pop operation
136 // We keep the very last text style