| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_sanity.h | 5 int nbox,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_sanity.h | 5 int nbox,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_sanity.h | 5 int nbox,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_sanity.h | 5 int nbox,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaCpyArea.c | 85 int nbox, careful; local 99 nbox = RegionNumRects(prgnDst); 109 if (nbox > 1) { 111 pboxNew1 = (BoxPtr)malloc(sizeof(BoxRec) * nbox); 114 pptNew1 = (DDXPointPtr)malloc(sizeof(DDXPointRec) * nbox); 119 pboxBase = pboxNext = pbox+nbox-1; 132 pboxNew1 -= nbox; 134 pptNew1 -= nbox; 146 if (nbox > 1) { 148 pboxNew2 = (BoxPtr)malloc(sizeof(BoxRec) * nbox); 208 int nbox = RegionNumRects(prgnDst); local 237 int nbox = RegionNumRects(prgnDst); local [all...] |
| xaaOverlay.c | 35 int dx, dy, nbox; local 70 nbox = RegionNumRects(&rgnDst); 71 if(!nbox || 72 !(pptSrc = (DDXPointPtr )malloc(nbox * sizeof(DDXPointRec)))) { 78 while(nbox--) { 99 int nbox, 110 0xff000000, nbox, pbox); local
|
| xaaCpyWin.c | 33 int dx, dy, nbox; local 60 nbox = RegionNumRects(&rgnDst); 61 if(!nbox || 62 !(pptSrc = (DDXPointPtr )malloc(nbox * sizeof(DDXPointRec)))) { 68 while(nbox--) {
|
| xaaNonTEText.c | 265 int nbox, 286 while(nbox && (Top >= pbox->y2)) { 287 pbox++; nbox--; 290 if(!nbox) return; 327 while(nbox && (Top >= pbox->y2)) { 328 pbox++; nbox--; 331 while(nbox && (Bottom > pbox->y1)) { 349 nbox--; pbox++; 371 int nbox = RegionNumRects(cclip); local 384 while(nbox && (Top >= pbox->y2)) 480 int nbox = RegionNumRects(cclip); local [all...] |
| xaaLine.c | 43 int nbox; local 117 nbox = nboxInit; 154 while(nbox && (pbox->y2 <= y1)) { 156 nbox--; 160 while(nbox && (y2 >= pbox->y1)) { 167 nbox--; 188 while(nbox && (pbox->y2 <= y1)) { 190 nbox--; 194 if (nbox && (pbox->y1 <= y1)) { 197 while(nbox && (orig_y == pbox->y1)) [all...] |
| xaaPict.c | 216 int nbox, w, h; local 276 nbox = RegionNumRects(®ion); 279 if(!nbox) 287 while(nbox--) { 343 nbox = RegionNumRects(®ion); 346 if(!nbox) { 365 while(nbox--) { 412 nbox = RegionNumRects(®ion); 415 if(!nbox) { 434 while(nbox--) 463 int i, nbox; local [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbfillsp.c | 35 int nbox; local 64 nbox = RegionNumRects(pClip); 65 if (nbox == 1) { 70 while (nbox--) {
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbfillsp.c | 39 int nbox; local 69 nbox = RegionNumRects (pClip); 70 if (nbox == 1) 79 while(nbox--)
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| saa_accel.c | 40 int nbox, int dx, int dy, Bool reverse, Bool upsidedown) 56 if (nbox == 0) 69 ordering = (nbox == 1 || (dx > 0 && dy > 0) || 75 src_reg = saa_boxes_to_region(pScreen, nbox, pbox, ordering); 92 while (nbox--) { 120 int nbox, 125 if (saa_hw_copy_nton(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy, 129 saa_check_copy_nton(pSrcDrawable, pDstDrawable, pGC, pbox, nbox, dx, dy,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxshadow.c | 50 int nbox = RegionNumRects(damage); local 57 while (nbox--) {
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_utils.c | 27 BoxPtr box, int nbox, unsigned long fg_pixel) 34 rect = xallocarray(nbox, sizeof(xRectangle)); 37 for (n = 0; n < nbox; n++) { 51 gc->ops->PolyFillRect(drawable, gc, nbox, rect);
|
| glamor_copy.c | 166 int nbox, 177 fbCopyNto1(src, dst, gc, box, nbox, dx, dy, 180 fbCopy1toN(src, dst, gc, box, nbox, dx, dy, 183 fbCopyNtoN(src, dst, gc, box, nbox, dx, dy, 204 int nbox, 252 fbCopyNto1(src, &tmp_pix->drawable, gc, box, nbox, dx, dy, 255 fbCopy1toN(src, &tmp_pix->drawable, gc, box, nbox, dx, dy, 258 glamor_upload_boxes(dst_pixmap, box, nbox, tmp_xoff, tmp_yoff, 269 glamor_upload_boxes(dst_pixmap, box, nbox, src_xoff + dx, src_yoff + dy, 290 int nbox, [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| micopy.c | 45 int nbox; local 49 nbox = RegionNumRects(pDstRegion); 63 if (nbox > 1) { 65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); 68 pboxBase = pboxNext = pbox + nbox - 1; 78 pboxNew1 -= nbox; 94 if (nbox > 1) { 96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec)); 102 while (pboxBase < pbox + nbox) { 103 while ((pboxNext < pbox + nbox) & [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| micopy.c | 49 int nbox; local 53 nbox = RegionNumRects(pDstRegion); 68 if (nbox > 1) 71 pboxNew1 = (BoxPtr)malloc(sizeof(BoxRec) * nbox); 74 pboxBase = pboxNext = pbox+nbox-1; 87 pboxNew1 -= nbox; 105 if (nbox > 1) 108 pboxNew2 = (BoxPtr)malloc(sizeof(BoxRec) * nbox); 115 while (pboxBase < pbox+nbox) 117 while ((pboxNext < pbox+nbox) & [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| tga_line.c | 116 int nbox; local 146 nbox = nboxInit; 183 while(nbox && (pbox->y2 <= y1)) { 185 nbox--; 189 while(nbox && (y2 >= pbox->y1)) { 197 nbox--; 218 while(nbox && (pbox->y2 <= y1)) { 220 nbox--; 224 if (nbox && (pbox->y1 <= y1)) { 227 while(nbox && (orig_y == pbox->y1)) 428 int nbox; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winsetsp.c | 54 int nbox; local 57 nbox = RegionNumRects (pGC->pCompositeClip); 60 if (!nbox) return; 63 nbox--; pbox++; 64 while (nbox--)
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| shpacked.c | 48 int nbox = RegionNumRects(damage); local 62 while (nbox--) {
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| exa_accel.c | 50 int nbox; local 106 nbox = RegionNumRects(pClip); 107 if (nbox == 1) { 114 while (nbox--) { 147 int nbox; local 191 for (nbox = RegionNumRects(pClip), 192 pbox = RegionRects(pClip); nbox--; pbox++) { 241 GCPtr pGC, BoxPtr pbox, int nbox, int dx, int dy) 259 for (; nbox; pbox++, nbox--) 1023 int nbox; local 1084 int nbox = RegionNumRects(pRegion); local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| exa_accel.c | 48 int nbox; local 109 nbox = RegionNumRects (pClip); 110 if (nbox == 1) 119 while(nbox--) 152 int nbox; local 195 for (nbox = RegionNumRects(pClip), 197 nbox--; 248 GCPtr pGC, BoxPtr pbox, int nbox, int dx, int dy) 266 for (; nbox; pbox++, nbox--) 1030 int nbox; local 1095 int nbox = RegionNumRects (pRegion); local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_io.c | 58 const BoxRec *box, int nbox) 79 while (--nbox) { 203 const BoxRec *box, int nbox) 210 cpu = download_inplace__cpu(kgem, p, bo, box, nbox); 227 const BoxRec *box, int nbox) 240 __FUNCTION__, nbox, src_bo->handle, 244 for (n = 0; n < nbox; n++) { 263 if (download_inplace(kgem, dst, src_bo, box, nbox)) { 265 read_boxes_inplace(kgem, dst, src_bo, box, nbox); 272 for (n = 1; n < nbox; n++) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_io.c | 58 const BoxRec *box, int nbox) 79 while (--nbox) { 201 const BoxRec *box, int nbox) 208 cpu = download_inplace__cpu(kgem, p, bo, box, nbox); 225 const BoxRec *box, int nbox) 238 __FUNCTION__, nbox, src_bo->handle, 242 for (n = 0; n < nbox; n++) { 261 if (download_inplace(kgem, dst, src_bo, box, nbox)) { 263 read_boxes_inplace(kgem, dst, src_bo, box, nbox); 270 for (n = 1; n < nbox; n++) [all...] |