Lines Matching refs:rect
8 for (auto rect : tests) {
9 SkDebugf("rect: {%g, %g, %g, %g} is" "%s empty\n", rect.left(), rect.top(), rect.right(),
10 rect.bottom(), rect.isEmpty() ? "" : " not");
11 rect.sort();
12 SkDebugf("sorted: {%g, %g, %g, %g} is" "%s empty\n", rect.left(), rect.top(), rect.right(),
13 rect.bottom(), rect.isEmpty() ? "" : " not");