Searched defs:ParagraphStyle (Results 1 – 6 of 6) sorted by relevance
89 struct ParagraphStyle { struct104 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()105 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()107 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()108 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()110 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()111 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()113 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()114 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()116 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()[all …]
20 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder()
22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
58 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
190 ParagraphStyle: function() {}, method
399 readonly ParagraphStyle: ParagraphStyleConstructor; property923 export interface ParagraphStyle { interface