Home
last modified time | relevance | path

Searched refs:widthStyle (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DSkParagraphTest.cpp1414 RectWidthStyle widthStyle = RectWidthStyle::kTight; in DEF_TEST() local
1422 auto result = paragraph->getRectsForRange(0, 0, heightStyle, widthStyle); in DEF_TEST()
1426 auto result = paragraph->getRectsForRange(0, 1, heightStyle, widthStyle); in DEF_TEST()
1435 auto result = paragraph->getRectsForRange(2, 8, heightStyle, widthStyle); in DEF_TEST()
1444 auto result = paragraph->getRectsForRange(8, 21, heightStyle, widthStyle); in DEF_TEST()
1453 auto result = paragraph->getRectsForRange(30, 100, heightStyle, widthStyle); in DEF_TEST()
1466 auto result = paragraph->getRectsForRange(19, 22, heightStyle, widthStyle); in DEF_TEST()
1475 auto result = paragraph->getRectsForRange(21, 21, heightStyle, widthStyle); in DEF_TEST()
1511 RectWidthStyle widthStyle = RectWidthStyle::kTight; in DEF_TEST() local
1513 auto result = paragraph->getRectsForRange(0, 0, heightStyle, widthStyle); in DEF_TEST()
[all …]
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2611 RectWidthStyle widthStyle = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
2619 auto result = paragraph->getRectsForRange(0, 0, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2623 auto result = paragraph->getRectsForRange(0, 1, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2632 auto result = paragraph->getRectsForRange(2, 8, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2641 auto result = paragraph->getRectsForRange(8, 21, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2650 auto result = paragraph->getRectsForRange(30, 100, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2663 auto result = paragraph->getRectsForRange(19, 22, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2672 auto result = paragraph->getRectsForRange(21, 21, heightStyle, widthStyle); in UNIX_ONLY_TEST()
2714 RectWidthStyle widthStyle = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
2716 auto result = paragraph->getRectsForRange(0, 0, heightStyle, widthStyle); in UNIX_ONLY_TEST()
[all …]
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp282 para::RectWidthStyle widthStyle) { in GetRectsForRange() argument
283 std::vector<para::TextBox> boxes = self.getRectsForRange(start, end, heightStyle, widthStyle); in GetRectsForRange()