Home | History | Annotate | Download | only in pixman

Lines Matching full:rects1

298     box_type_t *rects1;
316 rects1 = PIXREGION_RECTS (reg1);
321 if (rects1[i].x1 != rects2[i].x1)
324 if (rects1[i].x2 != rects2[i].x2)
327 if (rects1[i].y1 != rects2[i].y1)
330 if (rects1[i].y2 != rects2[i].y2)