Searched defs:ParagraphStyle (Results 1 – 8 of 8) sorted by relevance
78 struct ParagraphStyle { struct90 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()91 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()93 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()94 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()96 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()97 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()99 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()100 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()102 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()[all …]
19 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder()
22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
55 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
222 ParagraphStyle: function() {}, method
453 readonly ParagraphStyle: ParagraphStyleConstructor; property1077 export interface ParagraphStyle { interface
2296 "ParagraphStyle": { object
2204 "ParagraphStyle": { object