Searched refs:rect_height_style (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 339 RectHeightStyle rect_height_style = RectHeightStyle::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() 422 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in UNIX_ONLY_TEST() local 425 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 478 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in UNIX_ONLY_TEST() local 481 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() 534 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in UNIX_ONLY_TEST() local 537 boxes = paragraph->getRectsForRange(5, 6, rect_height_style, rect_width_styl in UNIX_ONLY_TEST() 581 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 635 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 689 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 742 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 860 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 983 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 1311 RectHeightStyle rect_height_style = RectHeightStyle::kIncludeLineSpacingMiddle; UNIX_ONLY_TEST() local 1918 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2009 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2062 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2133 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2456 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2507 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 2555 RectHeightStyle rect_height_style = RectHeightStyle::kMax; UNIX_ONLY_TEST() local 3941 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 4408 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 4515 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 4622 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 4729 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local 4822 RectHeightStyle rect_height_style = RectHeightStyle::kTight; UNIX_ONLY_TEST() local [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 1173 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in drawText() local 1179 auto boxes = paragraph->getRectsForRange(from, to, rect_height_style, rect_width_style); in drawText()
|
Completed in 11 milliseconds