Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DDartTypes.h38 kStrut enumerator
/external/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp74 .value("Strut", para::RectHeightStyle::kStrut); in EMSCRIPTEN_BINDINGS()
/external/skia/modules/skparagraph/src/
DTextLine.cpp1010 case RectHeightStyle::kStrut: { in getRectsForRange()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp3464 … auto result = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST()
3507 … auto result2 = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST()
4759 RectHeightStyle rect_height_strut_style = RectHeightStyle::kStrut; in DEF_TEST()