| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_shadow.c | 24 int width, height, Bpp, FBPitch; local in function:GLINTRefreshArea 28 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 35 dst = pGlint->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 39 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_shadow.c | 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local in function:NVRefreshArea 39 FBPitch = pScrn->displayWidth * cpp; 52 dst = pNv->scanout->map + (y1 * FBPitch) + (x1 * cpp); 56 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_shadow.c | 83 int width, height, Bpp, FBPitch; local in function:SISRefreshArea 87 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 94 dst = pSiS->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 98 dst += FBPitch; 112 int width, height, Bpp, FBPitch, twidth; local in function:SISRefreshAreaReflect 118 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 127 dst += (pbox->y1 * FBPitch) + ((pScrn->displayWidth - pbox->x1 - 1) * Bpp); 135 dst += FBPitch; 146 dst += FBPitch; 157 dst += FBPitch; [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_shadow.c | 32 int width, height, Bpp, FBPitch; local in function:NVRefreshArea 36 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 43 dst = pNv->FbStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 47 dst += FBPitch;
|
| H A D | riva_shadow.c | 21 int width, height, Bpp, FBPitch; local in function:RivaRefreshArea 25 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 32 dst = pRiva->FbStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 36 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atiscreen.c | 90 offset = (pBox->y1 * pATI->FBPitch) + (pBox->x1 * pATI->AdjustDepth); 97 pSrc = (char *)pSrc + pATI->FBPitch; 98 pDst = (char *)pDst + pATI->FBPitch; 378 pATI->FBPitch = PixmapBytePad(pATI->displayWidth, pATI->depth); 382 pATI->FBPitch = PixmapBytePad(pATI->displayWidth, pATI->depth); 383 if ((pATI->pShadow = malloc(pATI->FBPitch * pScreenInfo->virtualY)))
|
| H A D | atistruct.h | 299 int LinearSize, FBPitch, FBBytesPerPixel; member in struct:_ATIRec
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition_shadow.c | 24 int width, height, Bpp, FBPitch; local in function:renditionRefreshArea 28 FBPitch = BitmapBytePad(pScreenInfo->displayWidth * 38 (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 42 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_shadow.c | 47 int width, height, Bpp, FBPitch; local in function:S3RefreshArea 51 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 58 dst = pS3->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 62 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_shadow.c | 73 int width, height, Bpp, FBPitch; local in function:s3vRefreshArea 77 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 84 dst = ps3v->FBStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 88 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_shadow.c | 20 int width, height, Bpp, FBPitch; local in function:SavageRefreshArea 24 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 31 dst = psav->FBStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 35 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_shadow.c | 22 int width, height, Bpp, FBPitch; local in function:TRIDENTRefreshArea 26 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 33 dst = pTrident->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 37 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_shadow.c | 183 int width, height, Bpp, FBPitch; local in function:GX1RefreshArea 187 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 196 dst += FBPitch;
|
| H A D | nsc_gx2_shadow.c | 183 int width, height, Bpp, FBPitch; local in function:GX2RefreshArea 187 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 193 dst = pGeode->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 196 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_shadow.c | 17 int width, height, Bpp, FBPitch; local in function:chipsRefreshArea 21 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 28 dst = cPtr->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 32 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir_shadow.c | 25 int width, height, Bpp, FBPitch, x1, x2, y1, y2; local in function:cirRefreshArea 29 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 44 dst = pCir->FbBase + (y1 * FBPitch) + (x1 * Bpp); 48 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_shadow.c | 24 int width, height, Bpp, FBPitch; local in function:MGARefreshArea 28 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 35 dst = pMga->FbStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 39 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_shadow.c | 33 int width, height, Bpp, FBPitch; local in function:neoRefreshArea 37 FBPitch = BitmapBytePad(pScrn->displayWidth * pScrn->bitsPerPixel); 44 dst = nPtr->NeoFbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 48 dst += FBPitch;
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_driver.c | 1642 int width, height, Bpp, FBPitch; local in function:ApmRefreshArea 1646 FBPitch = pApm->CurrentLayout.bytesPerScanline; 1653 dst = (unsigned char *)pApm->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp); 1657 dst += FBPitch;
|