| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInit.c | 143 if(!infoRec->GetSpans) 144 infoRec->GetSpans = XAAGetSpans; 154 pScreenPriv->GetSpans = pScreen->GetSpans; 155 pScreen->GetSpans = infoRec->GetSpans; 223 pScreen->GetSpans = pScreenPriv->GetSpans; 284 XAA_SCREEN_PROLOGUE (pScreen, GetSpans); 289 (*pScreen->GetSpans) (pDra [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| H A D | cw.c | 367 SCREEN_PROLOGUE(pScreen, GetSpans); 374 (*pScreen->GetSpans)(pBackingDrawable, wMax, ppt, pwidth, nspans, 377 SCREEN_EPILOGUE(pScreen, GetSpans, cwGetSpans); 496 SCREEN_EPILOGUE(pScreen, GetSpans, cwGetSpans); 517 pScreen->GetSpans = pScreenPriv->GetSpans;
|
| H A D | cw.h | 89 GetSpansProcPtr GetSpans; member in struct:__anon31641d280308
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | misprite.c | 76 GetSpansProcPtr GetSpans; member in struct:__anon84b3337c0208 337 pScreenPriv->GetSpans = pScreen->GetSpans; 365 pScreen->GetSpans = miSpriteGetSpans; 391 pScreen->GetSpans = pScreenPriv->GetSpans; 448 SCREEN_PROLOGUE (pPriv, pScreen, GetSpans); 476 SPRITE_DEBUG (("GetSpans remove\n")); 486 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); 488 SCREEN_EPILOGUE (pPriv, pScreen, GetSpans); [all...] |
| H A D | mibitblt.c | 72 * get the pixels with GetSpans 230 /* We must untranslate before calling GetSpans */ 238 (*pSrcDrawable->pScreen->GetSpans)(pSrcDrawable, width, pptFirst, 338 (*pDraw->pScreen->GetSpans)(pDraw, width, &pt, &width, 1, 348 (*pDraw->pScreen->GetSpans)(pDraw, width, &pt, &width, 1, 623 * We're getting the image into a memory buffer. While we have to use GetSpans 630 * Line at a time, GetSpans a line into the destination buffer, then if the 632 * bits turned off) and then another GetSpans to get stuff back (because 690 (*pDraw->pScreen->GetSpans)(pDraw, w, &pt, &width, 1, pDst); 698 (*pDraw->pScreen->GetSpans)((DrawablePt [all...] |
| H A D | mipushpxl.c | 84 this code works if the 1-bit deep pixmap format returned by GetSpans 137 (*pBitMap->drawable.pScreen->GetSpans)((DrawablePtr)pBitMap, dx,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.c | 389 screen->GetSpans = uxa_screen->SavedGetSpans; 507 uxa_screen->SavedGetSpans = screen->GetSpans; 508 screen->GetSpans = uxa_get_spans;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.c | 389 screen->GetSpans = uxa_screen->SavedGetSpans; 507 uxa_screen->SavedGetSpans = screen->GetSpans; 508 screen->GetSpans = uxa_get_spans;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.c | 426 pScreen->GetSpans = uxa_screen->SavedGetSpans; 547 uxa_screen->SavedGetSpans = screen->GetSpans; 548 screen->GetSpans = uxa_check_get_spans;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.c | 376 pScreen->GetSpans = uxa_screen->SavedGetSpans; 493 uxa_screen->SavedGetSpans = screen->GetSpans; 494 screen->GetSpans = uxa_check_get_spans;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunMultiDepth.c | 133 pScreen->GetSpans = sunCfbGetSpans;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunMultiDepth.c | 133 pScreen->GetSpans = sunCfbGetSpans;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 195 WRAP_SCREEN(GetSpans, VGAarbiterGetSpans); 235 UNWRAP_SCREEN(GetSpans); 318 SCREEN_PROLOG (GetSpans); 320 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); 322 SCREEN_EPILOG (GetSpans, VGAarbiterGetSpans);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 197 WRAP_SCREEN(GetSpans, VGAarbiterGetSpans); 239 UNWRAP_SCREEN(GetSpans); 308 SCREEN_PROLOG(GetSpans); 310 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); 312 SCREEN_EPILOG(GetSpans, VGAarbiterGetSpans);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mibitblt.c | 71 * get the pixels with GetSpans 221 /* We must untranslate before calling GetSpans */ 228 (*pSrcDrawable->pScreen->GetSpans) (pSrcDrawable, width, pptFirst, 317 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1, 325 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1, 588 * We're getting the image into a memory buffer. While we have to use GetSpans 595 * Line at a time, GetSpans a line into the destination buffer, then if the 597 * bits turned off) and then another GetSpans to get stuff back (because 650 (*pDraw->pScreen->GetSpans) (pDraw, w, &pt, &width, 1, pDst); 657 (*pDraw->pScreen->GetSpans) ((DrawablePt [all...] |
| H A D | mipushpxl.c | 82 this code works if the 1-bit deep pixmap format returned by GetSpans 129 (*pBitMap->drawable.pScreen->GetSpans) ((DrawablePtr) pBitMap, dx,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxscrinit.c | 329 DMX_WRAP(GetSpans, dmxGetSpans, dmxScreen, pScreen); 461 DMX_UNWRAP(GetSpans, dmxScreen, pScreen);
|
| H A D | dmx.h | 218 GetSpansProcPtr GetSpans; member in struct:_DMXScreenInfo
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 443 GetSpansProcPtr GetSpans; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbscreen.c | 113 pScreen->GetSpans = fbGetSpans;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbscreen.c | 110 pScreen->GetSpans = fbGetSpans;
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_unaccel.c | 726 saa_swap(sscreen, pScreen, GetSpans); 727 pScreen->GetSpans(pDrawable, wMax, ppt, pwidth, nspans, pdstStart); 728 saa_swap(sscreen, pScreen, GetSpans); 1006 saa_wrap(sscreen, pScreen, GetSpans, saa_check_get_spans); 1025 saa_unwrap(sscreen, pScreen, GetSpans);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | scrnintstr.h | 529 GetSpansProcPtr GetSpans; member in struct:_Screen
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 909 pScreen->GetSpans = info->glamor.SavedGetSpans; 950 info->glamor.SavedGetSpans = screen->GetSpans; 951 screen->GetSpans = amdgpu_glamor_get_spans;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 901 pScreen->GetSpans = info->glamor.SavedGetSpans; 942 info->glamor.SavedGetSpans = screen->GetSpans; 943 screen->GetSpans = radeon_glamor_get_spans;
|