Home
last modified time | relevance | path

Searched refs:boxes1 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4733 auto boxes1 = paragraph->getRectsForRange(0, 0, rect_height_style, rect_width_style); in UNIX_ONLY_TEST() local
4734 REPORTER_ASSERT(reporter, boxes1.empty()); in UNIX_ONLY_TEST()
6846 auto boxes1 = impl->getRectsForRange(0, 2, RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
6847 REPORTER_ASSERT(reporter, boxes1.size() == 1); in UNIX_ONLY_TEST()
6852 canvas.drawRects(SK_ColorRED, boxes1); in UNIX_ONLY_TEST()

Completed in 12 milliseconds