Searched refs:DstPitch (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_cursor.c | 257 int SrcPitch, DstPitch, y, x, z; local in function:neoRealizeCursor 261 DstPitch = infoPtr->MaxWidth >> 4; 265 DstM = DstS + (DstPitch >> 1); 269 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) { 281 for (;x < DstPitch; x++) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 245 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0 267 /* DstPitch is the width of the hw cursor in scanlines */ 268 DstPitch = infoPtr->MaxWidth >> CUR_LOG2_BITMAP_PAD; 269 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 284 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) { 293 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) { 333 pSrc+=DstPitch, pMs [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 405 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0 427 /* DstPitch is the width of the hw cursor in scanlines */ 428 DstPitch = infoPtr->MaxWidth >> CUR_LOG2_BITMAP_PAD; 429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += 458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += 501 y--; pSrc += DstPitch, pMs [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64xv.c | 858 int DstPitch, 868 pDst += DstPitch; 972 int SrcPitch, SrcPitchUV, DstPitch, DstSize; local in function:ATIMach64PutImage 1003 DstPitch = /* bytes */ 1006 (DstPitch * DstHeight); 1073 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1); 1077 DstPitch, nLine, nPixel); 1098 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1); 1100 xf86XVCopyPacked(Buffer, pDst, SrcPitch, DstPitch, nLine, nPixel); 1113 Offset, DstPitch / 853 ATIMach64XVCopyPacked(const CARD8 * pSrc,CARD8 * pDst,int SrcPitch,int DstPitch,int Height,int Width) argument [all...] |
Completed in 5 milliseconds