Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DParagraphStyle.h13 struct StrutStyle { struct
14 StrutStyle();
40 bool operator==(const StrutStyle& rhs) const { argument
72 const StrutStyle& getStrutStyle() const { return fStrutStyle; } in getStrutStyle() argument
73 void setStrutStyle(StrutStyle strutStyle) { fStrutStyle = std::move(strutStyle); } in setStrutStyle()
103 StrutStyle fStrutStyle;
/external/skia/modules/skparagraph/src/
DParagraphStyle.cpp9 StrutStyle::StrutStyle() { in StrutStyle() function in skia::textlayout::StrutStyle
/external/skia/tests/
DSkParagraphTest.cpp3126 StrutStyle strutStyle; in DEF_TEST()
3173 StrutStyle strutStyle; in DEF_TEST()
4007 StrutStyle strut_style; in DEF_TEST()
4112 StrutStyle strut_style; in DEF_TEST()
4220 StrutStyle strut_style; in DEF_TEST()
4326 StrutStyle strut_style; in DEF_TEST()
4426 StrutStyle strut_style; in DEF_TEST()
5000 StrutStyle strut_style; in DEF_TEST()
/external/skia/samplecode/
DSampleParagraph.cpp1328 StrutStyle strut_style; in onDrawContent()
1895 StrutStyle strut_style; in onDrawContent()