/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 144 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/ |
D | SkParagraphTest.cpp | 296 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/ |
D | SkParagraphTest.cpp | 478 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/ |
D | paragraph_skia.cc | 71 RectWidthStyle rect_width_style) { in GetRectsForRange() argument 74 static_cast<skt::RectWidthStyle>(rect_width_style)); in GetRectsForRange()
|
D | paragraph_skia.h | 57 RectWidthStyle rect_width_style) override;
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph.h | 153 RectWidthStyle rect_width_style) = 0;
|
D | paragraph_txt.h | 100 RectWidthStyle rect_width_style) override;
|
D | paragraph_txt.cc | 1541 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/ |
D | SampleParagraph.cpp | 1164 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/ |
D | SampleParagraph.cpp | 1174 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in drawText() local 1179 auto boxes = paragraph->getRectsForRange(from, to, rect_height_style, rect_width_style); in drawText()
|