Lines Matching defs:unclipped
5109 DBG(("%s: segmented, unclipped large upload (%d bytes), marking WHOLE_HINT\n",
6980 DBG(("%s: unclipped src extents (%d, %d), (%d, %d)\n", __FUNCTION__,
10615 DBG(("%s: unclipped, untranslated extents (%d, %d), (%d, %d)\n",
10919 DBG(("%s: unclipped original extents: (%d, %d), (%d, %d)\n",
13138 DBG(("%s: single unclipped rect (%d, %d)x(%d, %d)\n",
13878 BoxRec unclipped;
13886 unclipped.x1 = r->x + drawable->x;
13887 unclipped.x2 = bound(unclipped.x1, r->width);
13888 unclipped.y1 = r->y + drawable->y;
13889 unclipped.y2 = bound(unclipped.y1, r->height);
13894 unclipped.y1);
13898 if (unclipped.y2 <= c->y1)
13901 box = unclipped;
14496 BoxRec unclipped;
14498 unclipped.x1 = r->x + drawable->x;
14499 unclipped.x2 = bound(unclipped.x1, r->width);
14500 unclipped.y1 = r->y + drawable->y;
14501 unclipped.y2 = bound(unclipped.y1, r->height);
14506 unclipped.y1);
14510 if (unclipped.y2 <= c->y1)
14513 box = unclipped;
14641 BoxRec unclipped;
14643 unclipped.x1 = r->x + drawable->x;
14644 unclipped.x2 = bound(unclipped.x1, r->width);
14645 unclipped.y1 = r->y + drawable->y;
14646 unclipped.y2 = bound(unclipped.y1, r->height);
14651 unclipped.y1);
14655 if (unclipped.y2 <= c->y1)
14658 box = unclipped;