Lines Matching defs:rects
830 // Chrome creates its own round rects with each corner possibly being different.
1163 static const SkRect rects[] = {
1171 for (size_t i = 0; i < SK_ARRAY_COUNT(rects); ++i) {
1172 path0.addRect(rects[i]);
1173 add_rect(&path1, rects[i]);
1817 // rects with edges off by one from kBaseRect's edges
1840 // zero-w/h rects at each corner of kBaseRect
1918 // Slightly non-convex shape, shouldn't contain any rects.
2279 // Degenerate point and line rects are not allowed
2556 // pass, constructed explicitly from manually closed rects specified as moves/lines.
5841 SkRect rects[] = {{207.0f, 237.0f, 300.0f, 237.0f},
5844 for (SkRect rect: rects) {