Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc144 Paragraph::RectWidthStyle rect_width_style = in TEST_F() local
148 paragraph->GetRectsForRange(0, 3, rect_height_style, rect_width_style); in TEST_F()
157 paragraph->GetRectsForRange(0, 1, rect_height_style, rect_width_style); in TEST_F()
171 paragraph->GetRectsForRange(4, 17, rect_height_style, rect_width_style); in TEST_F()
242 Paragraph::RectWidthStyle rect_width_style = in TEST_F() local
259 paragraph->GetRectsForRange(5, 6, rect_height_style, rect_width_style); in TEST_F()
318 Paragraph::RectWidthStyle rect_width_style = in TEST_F() local
335 paragraph->GetRectsForRange(5, 6, rect_height_style, rect_width_style); in TEST_F()
394 Paragraph::RectWidthStyle rect_width_style = in TEST_F() local
411 paragraph->GetRectsForRange(5, 6, rect_height_style, rect_width_style); in TEST_F()
[all …]
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp296 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
298 auto boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
302 boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
309 boxes = paragraph->getRectsForRange(4, 17, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
379 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
381 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
435 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
437 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
491 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local
493 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST()
[all …]
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp478 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST() local
480 …td::vector<TextBox> boxes = paragraph->getRectsForRange(0, 0, rect_height_style, rect_width_style); in DEF_TEST()
484 boxes = paragraph->getRectsForRange(0, 40, rect_height_style, rect_width_style); in DEF_TEST()
798 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST() local
799 auto boxes = paragraph->getRectsForRange(0, 100, rect_height_style, rect_width_style); in DEF_TEST()
888 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST() local
889 auto boxes = paragraph->getRectsForRange(0, 100, rect_height_style, rect_width_style); in DEF_TEST()
893 boxes = paragraph->getRectsForRange(240, 250, rect_height_style, rect_width_style); in DEF_TEST()
1205 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in DEF_TEST() local
1206 …::vector<TextBox> boxes = paragraph->getRectsForRange(0, 100, rect_height_style, rect_width_style); in DEF_TEST()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_skia.cc71 RectWidthStyle rect_width_style) { in GetRectsForRange() argument
74 static_cast<skt::RectWidthStyle>(rect_width_style)); in GetRectsForRange()
Dparagraph_skia.h57 RectWidthStyle rect_width_style) override;
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph.h153 RectWidthStyle rect_width_style) = 0;
Dparagraph_txt.h100 RectWidthStyle rect_width_style) override;
Dparagraph_txt.cc1541 RectWidthStyle rect_width_style) { in GetRectsForRange() argument
1612 if (rect_width_style == RectWidthStyle::kMax) { in GetRectsForRange()
1656 if (rect_width_style == RectWidthStyle::kMax && kv.first != max_line) { in GetRectsForRange()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp1164 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in drawText() local
1169 auto boxes = paragraph->getRectsForRange(from, to, rect_height_style, rect_width_style); in drawText()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1174 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in drawText() local
1179 auto boxes = paragraph->getRectsForRange(from, to, rect_height_style, rect_width_style); in drawText()