Home
last modified time | relevance | path

Searched defs:ParagraphStyle (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h78 struct ParagraphStyle { struct
89 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()
90 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()
92 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()
93 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()
95 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()
96 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()
98 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()
99 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()
101 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()
[all …]
DParagraphBuilder.h19 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder()
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h51 struct ParagraphStyle { struct
60 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()
61 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()
63 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()
64 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()
66 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()
67 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()
69 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()
70 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()
72 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()
[all …]
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp22 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphStyle.cpp19 ParagraphStyle::ParagraphStyle() { in ParagraphStyle() function in skia::textlayout::ParagraphStyle
/third_party/skia/modules/canvaskit/
Dparagraph.js58 CanvasKit.ParagraphStyle = function(s) { class in CanvasKit
Dexterns.js190 ParagraphStyle: function() {}, method
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts399 readonly ParagraphStyle: ParagraphStyleConstructor; property
923 export interface ParagraphStyle { interface