Lines Matching defs:clipcount
2660 vw->clipcount = lvw->clipcount;
2676 lvw->clipcount = vw->clipcount;
2749 int clipcount;
2755 * rectangles or, if clipcount == VIDEO_CLIP_BITMAP, a
2764 clipcount = vw->clipcount;
2765 if (clipcount == VIDEO_CLIP_BITMAP) {
2771 } else if (clipcount > 0 && clipcount <= 16384) {
2777 * avoid cases when clipcount and clips pointer
2788 while (clipcount-- > 0) {
2804 * clipcount == 0 or negative (but not VIDEO_CLIP_BITMAP)
2807 vw->clipcount = 0;