Lines Matching refs:c0
56 const BoxRec *c0, *c1;
76 c0 = (const BoxRec *)(region->data + 1);
77 c1 = c0 + region->data->numRects;
79 if (c0->y2 <= box->y1) {
82 c0->x1, c0->y1, c0->x2, c0->y2,
84 c0 = find_clip_row_for_y(c0, c1, box->y1);
87 DBG(("%s: c0=(%d, %d),(%d, %d) x %ld\n",
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
91 return c0;