Searched defs:ParagraphStyle (Results 1 – 4 of 4) sorted by relevance
63 struct ParagraphStyle { struct72 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()73 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()75 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()76 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()78 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()79 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()81 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()82 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()84 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()[all …]
19 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
31 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
138 ParagraphStyle: function() {}, method