Lines Matching full:rect
22 SkIRect rect;
27 SkIRect rect = {0,0,0,0};
28 while (rect.isEmpty()) {
29 rect.fLeft = rand.nextS() % 1000;
30 rect.fRight = rand.nextS() % 1000;
31 rect.fTop = rand.nextS() % 1000;
32 rect.fBottom = rand.nextS() % 1000;
33 rect.sort();
35 return rect;
40 out[i].rect = random_rect(rand);
50 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
110 rtree->insert(rects[i].data, rects[i].rect, true);
122 rtree->insert(rects[i].data, rects[i].rect);
133 rtree->insert(rects[i].data, rects[i].rect);