Searched refs:SrcPitch (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 260 SrcPitch = (pCurs->bits->width + 31) >> 5; 269 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) { 270 for(x = 0; x < SrcPitch; x++) {
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64xv.c | 857 int SrcPitch, 867 pSrc += SrcPitch; 972 int SrcPitch, SrcPitchUV, DstPitch, DstSize; local in function:ATIMach64PutImage 1057 SrcPitch = (Width + 3) & ~3; 1058 OffsetV = SrcPitch * Height; 1075 xf86XVCopyYUV12ToPacked(Buffer + (Top * SrcPitch) + Left, 1076 Buffer + OffsetV, Buffer + OffsetU, pDst, SrcPitch, SrcPitchUV, 1096 SrcPitch = Width << 1; 1097 Buffer += (Top * SrcPitch) + (Left << 1); 1100 xf86XVCopyPacked(Buffer, pDst, SrcPitch, DstPitc 853 ATIMach64XVCopyPacked(const CARD8 * pSrc,CARD8 * pDst,int SrcPitch,int DstPitch,int Height,int Width) argument 1225 int SrcLeft, SrcTop, SrcPitch, Offset; local in function:ATIMach64DisplaySurface [all...] |
| /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 263 /* SrcPitch == the number of scanlines wide the cursor image is */ 264 SrcPitch = (pCurs->bits->width + (BITMAP_SCANLINE_PAD - 1)) >> 269 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 284 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) { 293 pSrc+=DstPitch, pMsk+=DstPitch, SrcS+=SrcPitch, SrcM+=SrcPitch) {
|
| /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 423 /* SrcPitch == the number of scanlines wide the cursor image is */ 424 SrcPitch = (pCurs->bits->width + (BITMAP_SCANLINE_PAD - 1)) >> 429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 447 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += 448 SrcPitch) { 458 pSrc += DstPitch, pMsk += DstPitch, SrcS += SrcPitch, SrcM += 459 SrcPitch) {
|
Completed in 6 milliseconds