Home
last modified time | relevance | path

Searched refs:StrutStyle (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h27 struct StrutStyle { struct
28 StrutStyle();
60 bool operator==(const StrutStyle& rhs) const { argument
104 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() argument
105 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()
149 StrutStyle fStrutStyle;
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp11 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp231 StrutStyle ss; in BuildParagraphStyle()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp86 para::StrutStyle toStrutStyle(const SimpleStrutStyle& s) { in toStrutStyle()
87 para::StrutStyle ss; in toStrutStyle()
DCHANGELOG.md126 - Add 'halfLeading' to `TextStyle` and `StrutStyle`.
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts928 strutStyle?: StrutStyle;
2790 export interface StrutStyle { interface
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1505 StrutStyle strut_style; in UNIX_ONLY_TEST()
3499 StrutStyle strutStyle; in UNIX_ONLY_TEST()
3546 StrutStyle strutStyle; in UNIX_ONLY_TEST()
4380 StrutStyle strut_style; in UNIX_ONLY_TEST()
4485 StrutStyle strut_style; in UNIX_ONLY_TEST()
4593 StrutStyle strut_style; in UNIX_ONLY_TEST()
4699 StrutStyle strut_style; in UNIX_ONLY_TEST()
4799 StrutStyle strut_style; in UNIX_ONLY_TEST()
5389 StrutStyle strut_style; in UNIX_ONLY_TEST()
6691 StrutStyle strut_style; in UNIX_ONLY_TEST()
[all …]
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1345 StrutStyle strut_style; in onDrawContent()
1911 StrutStyle strut_style; in onDrawContent()