| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpoint.c | 32 BoxPtr pBox, 42 BoxPtr pBox, 55 x1 = pBox->x1; 56 y1 = pBox->y1; 57 x2 = pBox->x2; 58 y2 = pBox->y2; 89 BoxPtr pBox; local in function:fbPolyPoint 118 for (nBox = RegionNumRects(pClip), pBox = RegionRects(pClip); 119 nBox--; pBox++) 120 (*dots) (dst, dstStride, dstBpp, pBox, pptIni 39 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * pts,int npt,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument [all...] |
| H A D | fbseg.c | 344 BoxPtr pBox; local in function:fbSegment 361 pBox = RegionRects(pClip); 402 OUTCODES(oc1, x1, y1, pBox); 403 OUTCODES(oc2, x2, y2, pBox); 410 pBox++; 418 if (miZeroClipLine(pBox->x1, pBox->y1, pBox->x2 - 1, 419 pBox->y2 - 1, 423 pBox [all...] |
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_migration_classic.c | 119 BoxPtr pBox; local in function:exaCopyDirty 203 pBox = RegionRects(&CopyReg); 212 pBox->x1 = max(pBox->x1, 0); 213 pBox->y1 = max(pBox->y1, 0); 214 pBox->x2 = min(pBox->x2, pPixmap->drawable.width); 215 pBox->y2 = min(pBox 528 BoxPtr pBox; local in function:exaAssertNotDirty [all...] |
| H A D | exa_accel.c | 1031 BoxPtr pBox; local in function:exaFillRegionSolid 1034 pBox = RegionRects (pRegion); 1038 (*pExaScr->info->Solid) (pPixmap, pBox->x1, pBox->y1, pBox->x2, 1039 pBox->y2); 1040 pBox++; 1096 BoxPtr pBox = RegionRects (pRegion); local in function:exaFillRegionTiled 1146 int height = pBox[i].y2 - pBox[ [all...] |
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_migration_classic.c | 120 BoxPtr pBox; local in function:exaCopyDirty 203 pBox = RegionRects(&CopyReg); 212 pBox->x1 = max(pBox->x1, 0); 213 pBox->y1 = max(pBox->y1, 0); 214 pBox->x2 = min(pBox->x2, pPixmap->drawable.width); 215 pBox->y2 = min(pBox 541 BoxPtr pBox; local in function:exaAssertNotDirty [all...] |
| H A D | exa_accel.c | 1024 BoxPtr pBox; local in function:exaFillRegionSolid 1027 pBox = RegionRects(pRegion); 1030 (*pExaScr->info->Solid) (pPixmap, pBox->x1, pBox->y1, pBox->x2, 1031 pBox->y2); 1032 pBox++; 1085 BoxPtr pBox = RegionRects(pRegion); local in function:exaFillRegionTiled 1134 int height = pBox[i].y2 - pBox[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillRect.c | 381 BoxPtr pBox /* Pointer to first rectangle to fill */ 387 (*infoRec->SubsequentSolidFillRect)(pScrn, pBox->x1, pBox->y1, 388 pBox->x2 - pBox->x1, pBox->y2 - pBox->y1); 389 pBox++; 408 BoxPtr pBox, 445 xorg, yorg, pBox 376 XAAFillSolidRects(ScrnInfoPtr pScrn,int fg,int rop,unsigned int planemask,int nBox,BoxPtr pBox) argument 403 XAAFillMono8x8PatternRectsScreenOrigin(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int pattern0,int pattern1,int xorigin,int yorigin) argument 453 XAAFillMono8x8PatternRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int pattern0,int pattern1,int xorigin,int yorigin) argument 515 XAAFillColor8x8PatternRectsScreenOrigin(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorigin,int yorigin,XAACacheInfoPtr pCache) argument 550 XAAFillColor8x8PatternRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorigin,int yorigin,XAACacheInfoPtr pCache) argument 591 XAAFillCacheBltRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,XAACacheInfoPtr pCache) argument 713 XAAFillCacheExpandRects(ScrnInfoPtr pScrn,int fg,int bg,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument 837 XAAFillScanlineImageWriteRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument 981 XAAFillImageWriteRects(ScrnInfoPtr pScrn,int rop,unsigned int planemask,int nBox,BoxPtr pBox,int xorg,int yorg,PixmapPtr pPix) argument [all...] |
| H A D | xaaBitBlt.c | 157 BoxPtr pBox = RegionRects(cclip); local in function:XAABitBlt 159 if (fastBox.x1 < pBox->x1) fastBox.x1 = pBox->x1; 160 if (fastBox.x2 > pBox->x2) fastBox.x2 = pBox->x2; 161 if (fastBox.y1 < pBox->y1) fastBox.y1 = pBox->y1; 162 if (fastBox.y2 > pBox->y2) fastBox.y2 = pBox->y2;
|
| H A D | xaaStipple.c | 118 BoxPtr pBox, 156 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox); 169 dwords = (3 * (pBox->x2 - pBox->x1) + 31) >> 5; 171 dwords = (pBox->x2 - pBox->x1 + 31) >> 5; 181 h = pBox->y2 - pBox->y1; 186 pScrn, pBox->x1, pBox [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpoint.c | 32 BoxPtr pBox, 46 BoxPtr pBox, 64 x1 = pBox->x1; 65 y1 = pBox->y1; 66 x2 = pBox->x2; 67 y2 = pBox->y2; 127 BoxPtr pBox; local in function:fbPolyPoint 157 for (nBox = RegionNumRects (pClip), pBox = RegionRects (pClip); 158 nBox--; pBox++) 159 (*dots) (dst, dstStride, dstBpp, pBox, pptIni 43 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * pts,int npt,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | volume9.c | 254 const D3DBOX *pBox, 262 DBG("This=%p(%p) pLockedVolume=%p pBox=%p[%u..%u,%u..%u,%u..%u] Flags=%s\n", 263 This, This->base.container, pLockedVolume, pBox, 264 pBox ? pBox->Left : 0, pBox ? pBox->Right : 0, 265 pBox ? pBox->Top : 0, pBox 252 NineVolume9_LockBox(struct NineVolume9 * This,D3DLOCKED_BOX * pLockedVolume,const D3DBOX * pBox,DWORD Flags) argument [all...] |
| H A D | volumetexture9.h | 64 const D3DBOX *pBox,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | volume9.c | 253 const D3DBOX *pBox, 261 DBG("This=%p(%p) pLockedVolume=%p pBox=%p[%u..%u,%u..%u,%u..%u] Flags=%s\n", 262 This, This->base.container, pLockedVolume, pBox, 263 pBox ? pBox->Left : 0, pBox ? pBox->Right : 0, 264 pBox ? pBox->Top : 0, pBox 251 NineVolume9_LockBox(struct NineVolume9 * This,D3DLOCKED_BOX * pLockedVolume,const D3DBOX * pBox,DWORD Flags) argument [all...] |
| H A D | volumetexture9.h | 64 const D3DBOX *pBox,
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | micopy.c | 292 BoxPtr pBox = RegionRects(cclip); local in function:miDoCopy 294 if (box_x1 < pBox->x1) box_x1 = pBox->x1; 295 if (box_x2 > pBox->x2) box_x2 = pBox->x2; 296 if (box_y1 < pBox->y1) box_y1 = pBox->y1; 297 if (box_y2 > pBox->y2) box_y2 = pBox->y2;
|
| H A D | miexpose.c | 351 BoxPtr pBox; local in function:miSendGraphicsExpose 356 pBox = RegionRects(pRgn); 361 for (i=1; i<=numRects; i++, pe++, pBox++) 365 pe->u.graphicsExposure.x = pBox->x1; 366 pe->u.graphicsExposure.y = pBox->y1; 367 pe->u.graphicsExposure.width = pBox->x2 - pBox->x1; 368 pe->u.graphicsExposure.height = pBox->y2 - pBox->y1; 395 BoxPtr pBox; local in function:miSendExposures [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | micopy.c | 252 BoxPtr pBox = RegionRects(cclip); local in function:miDoCopy 254 if (box_x1 < pBox->x1) 255 box_x1 = pBox->x1; 256 if (box_x2 > pBox->x2) 257 box_x2 = pBox->x2; 258 if (box_y1 < pBox->y1) 259 box_y1 = pBox->y1; 260 if (box_y2 > pBox->y2) 261 box_y2 = pBox->y2;
|
| H A D | miexpose.c | 306 BoxPtr pBox; local in function:miSendExposures 311 pBox = RegionRects(pRgn); 316 for (i = numRects, pe = pEvent; --i >= 0; pe++, pBox++) { 319 pe->u.expose.x = pBox->x1 - dx; 320 pe->u.expose.y = pBox->y1 - dy; 321 pe->u.expose.width = pBox->x2 - pBox->x1; 322 pe->u.expose.height = pBox->y2 - pBox->y1;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 194 BoxPtr pBox; local in function:xnestChangeClip 208 pBox = RegionRects((RegionPtr) pValue); 210 pRects[i].x = pBox[i].x1; 211 pRects[i].y = pBox[i].y1; 212 pRects[i].width = pBox[i].x2 - pBox[i].x1; 213 pRects[i].height = pBox[i].y2 - pBox[i].y1;
|
| H A D | Window.c | 457 BoxPtr pBox; local in function:xnestShapeWindow 469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape); 473 rect.x = pBox[i].x1; 474 rect.y = pBox[i].y1; 475 rect.width = pBox[i].x2 - pBox[i].x1; 476 rect.height = pBox[i].y2 - pBox[i].y1; 497 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape); 500 rect.x = pBox[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xace.c | 254 BoxPtr pBox; local in function:XaceCensorImage 264 for (pBox = RegionRects(&censorRegion), i = 0; 266 i++, pBox++) 268 pRects[i].x = pBox->x1; 269 pRects[i].y = pBox->y1 - imageBox.y1; 270 pRects[i].width = pBox->x2 - pBox->x1; 271 pRects[i].height = pBox->y2 - pBox->y1;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xace.c | 257 BoxPtr pBox; local in function:XaceCensorImage 266 for (pBox = RegionRects(&censorRegion), i = 0; i < nRects; i++, pBox++) { 267 pRects[i].x = pBox->x1 - imageBox.x1; 268 pRects[i].y = pBox->y1 - imageBox.y1; 269 pRects[i].width = pBox->x2 - pBox->x1; 270 pRects[i].height = pBox->y2 - pBox->y1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GC.c | 195 BoxPtr pBox; local in function:xnestChangeClip 210 pBox = RegionRects((RegionPtr)pValue); 212 pRects[i].x = pBox[i].x1; 213 pRects[i].y = pBox[i].y1; 214 pRects[i].width = pBox[i].x2 - pBox[i].x1; 215 pRects[i].height = pBox[i].y2 - pBox[i].y1;
|
| H A D | Window.c | 458 BoxPtr pBox; local in function:xnestShapeWindow 469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape); 473 rect.x = pBox[i].x1; 474 rect.y = pBox[i].y1; 475 rect.width = pBox[i].x2 - pBox[i].x1; 476 rect.height = pBox[i].y2 - pBox[i].y1; 498 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape); 502 rect.x = pBox[ [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-accel.c | 1011 BoxPtr pBox, extents; local in function:uxa_fill_region_solid 1021 pBox = REGION_RECTS(pRegion); 1036 pBox->x1, pBox->y1, 1037 pBox->x2, pBox->y2); 1038 pBox++; 1105 pBox->x1, 1106 pBox->y1, 1107 pBox 1138 BoxPtr pBox = REGION_RECTS(pRegion); local in function:uxa_fill_region_tiled [all...] |