Lines Matching defs:unclipped
5231 DBG(("%s: segmented, unclipped large upload (%d bytes), marking WHOLE_HINT\n",
7141 DBG(("%s: unclipped src extents (%d, %d), (%d, %d)\n", __FUNCTION__,
10784 DBG(("%s: unclipped, untranslated extents (%d, %d), (%d, %d)\n",
11088 DBG(("%s: unclipped original extents: (%d, %d), (%d, %d)\n",
13342 DBG(("%s: single unclipped rect (%d, %d)x(%d, %d)\n",
14096 BoxRec unclipped;
14104 unclipped.x1 = r->x + drawable->x;
14105 unclipped.x2 = bound(unclipped.x1, r->width);
14106 unclipped.y1 = r->y + drawable->y;
14107 unclipped.y2 = bound(unclipped.y1, r->height);
14112 unclipped.y1);
14116 if (unclipped.y2 <= c->y1)
14119 box = unclipped;
14719 BoxRec unclipped;
14721 unclipped.x1 = r->x + drawable->x;
14722 unclipped.x2 = bound(unclipped.x1, r->width);
14723 unclipped.y1 = r->y + drawable->y;
14724 unclipped.y2 = bound(unclipped.y1, r->height);
14729 unclipped.y1);
14733 if (unclipped.y2 <= c->y1)
14736 box = unclipped;
14865 BoxRec unclipped;
14867 unclipped.x1 = r->x + drawable->x;
14868 unclipped.x2 = bound(unclipped.x1, r->width);
14869 unclipped.y1 = r->y + drawable->y;
14870 unclipped.y2 = bound(unclipped.y1, r->height);
14875 unclipped.y1);
14879 if (unclipped.y2 <= c->y1)
14882 box = unclipped;