Home
last modified time | relevance | path

Searched refs:rect_height_style (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp339 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_style); in UNIX_ONLY_TEST()
[all …]
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1173 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in drawText() local
1179 auto boxes = paragraph->getRectsForRange(from, to, rect_height_style, rect_width_style); in drawText()