Searched refs:rect_width_style (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 340 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local 342 auto boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 346 boxes = paragraph->getRectsForRange(0, 3, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 353 boxes = paragraph->getRectsForRange(4, 17, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 423 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local 425 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 479 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local 481 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 535 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in UNIX_ONLY_TEST() local 537 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 582 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 636 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 690 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 743 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 861 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 984 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1312 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1365 const RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1433 const RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1526 const RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1582 const RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 1919 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2010 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2063 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2134 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2457 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2508 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 2556 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 3942 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 4410 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 4517 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 4624 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 4731 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local 4824 RectWidthStyle rect_width_style = RectWidthStyle::kTight; UNIX_ONLY_TEST() local [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A 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()
|
Completed in 12 milliseconds