Lines Matching refs:style
25 ParagraphBuilderImpl(const ParagraphStyle& style,
30 ParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection);
34 // Push a style to the stack. The corresponding text added with AddText will
35 // use the top-most style.
36 void pushStyle(const TextStyle& style) override;
38 // Remove a style from the stack. Useful to apply different styles to chunks
53 // Adds text to the builder. Forms the proper runs to use the upper-most style
57 // Adds text to the builder, using the top-most style on on the style_stack.
87 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,
92 static std::unique_ptr<ParagraphBuilder> make(const ParagraphStyle& style,