Lines Matching refs:clip
33 const BoxRec *clip = region_rects(gc->pCompositeClip);
34 const BoxRec *const last_clip = clip + region_num_rects(gc->pCompositeClip);
58 DBG(("%s: processing %ld clip boxes\n", __FUNCTION__, (long)(last_clip - clip)));
64 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff);
65 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1);
67 DBG(("%s: clip box=(%d, %d), (%d, %d)\n", __FUNCTION__, clip->x1, clip->y1, clip->x2, clip->y2));
74 fbSegment1(drawable, gc, clip,
141 next_clip: (void)clip;
142 } while (++clip != last_clip);
151 const BoxRec *clip = region_rects(gc->pCompositeClip);
152 const BoxRec *const last_clip = clip + region_num_rects(gc->pCompositeClip);
174 DBG(("%s: processing %ld clip boxes\n", __FUNCTION__, (long)(last_clip - clip)));
176 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff);
177 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1);
181 DBG(("%s: clip box=(%d, %d), (%d, %d)\n", __FUNCTION__, clip->x1, clip->y1, clip->x2, clip->y2));
192 fbSegment1(drawable, gc, clip,
287 } while (++clip != last_clip);