Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/include/
DDartTypes.h34 kStrut enumerator
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph.h57 kStrut enumerator
Dparagraph_txt.cc1741 } else if (rect_height_style == RectHeightStyle::kStrut) { in GetRectsForRange()
/third_party/skia/modules/skparagraph/include/
DDartTypes.h38 kStrut enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp74 .value("Strut", para::RectHeightStyle::kStrut); in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp652 } else if (rectHeightStyle == RectHeightStyle::kStrut) { in getRectsForRange()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1020 case RectHeightStyle::kStrut: { in getRectsForRange()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp2264 … auto result = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST()
2306 … auto result2 = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in DEF_TEST()
3542 RectHeightStyle rect_height_strut_style = RectHeightStyle::kStrut; in DEF_TEST()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc3614 paragraph->GetRectsForRange(0, 10, Paragraph::RectHeightStyle::kStrut, in TEST_F()
3663 paragraph->GetRectsForRange(0, 10, Paragraph::RectHeightStyle::kStrut, in TEST_F()
5188 Paragraph::RectHeightStyle::kStrut; in TEST_F()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp3477 … auto result = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in UNIX_ONLY_TEST()
3520 … auto result2 = paragraph->getRectsForRange(0, 10, RectHeightStyle::kStrut, RectWidthStyle::kMax); in UNIX_ONLY_TEST()
4772 RectHeightStyle rect_height_strut_style = RectHeightStyle::kStrut; in UNIX_ONLY_TEST()