Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h110 struct ParagraphStyle { struct
125 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle()
126 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()
128 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle()
129 void setTextStyle(const TextStyle& textStyle) { fDefaultTextStyle = textStyle; } in setTextStyle()
131 TextDirection getTextDirection() const { return fTextDirection; } in getTextDirection()
132 void setTextDirection(TextDirection direction) { fTextDirection = direction; } in setTextDirection()
134 TextAlign getTextAlign() const { return fTextAlign; } in getTextAlign()
135 void setTextAlign(TextAlign align) { fTextAlign = align; } in setTextAlign()
137 size_t getMaxLines() const { return fLinesLimit; } in getMaxLines()
[all …]
DParagraphBuilder.h20 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder()
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp29 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