| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 80 pScreen->GetImage = cs->GetImage; in compCloseScreen() 151 pScreen->GetImage = cs->GetImage; in compGetImage() 154 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in compGetImage() 155 cs->GetImage = pScreen->GetImage; in compGetImage() 156 pScreen->GetImage = compGetImage; in compGetImage() 450 cs->GetImage = pScreen->GetImage; in compScreenInit() 451 pScreen->GetImage = compGetImage; in compScreenInit()
|
| H A D | compint.h | 171 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.c | 93 unwrap(pBuf, pScreen, GetImage); in shadowGetImage() 94 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in shadowGetImage() 95 wrap(pBuf, pScreen, GetImage); in shadowGetImage() 103 unwrap(pBuf, pScreen, GetImage); in shadowCloseScreen() 137 wrap(pBuf, pScreen, GetImage); in shadowSetup()
|
| H A D | shadow.h | 55 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 73 GetImageProcPtr GetImage; member 318 pScreenPriv->GetImage = pScreen->GetImage; in miSpriteInitialize() 343 pScreen->GetImage = miSpriteGetImage; in miSpriteInitialize() 369 pScreen->GetImage = pScreenPriv->GetImage; in miSpriteCloseScreen() 391 SCREEN_PROLOGUE(pPriv, pScreen, GetImage); in miSpriteGetImage() 407 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in miSpriteGetImage() 409 SCREEN_EPILOGUE(pPriv, pScreen, GetImage); in miSpriteGetImage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 407 swap(pExaScr, pScreen, GetImage); in ExaCheckGetImage() 408 pScreen->GetImage(pDrawable, x, y, w, h, format, planeMask, d); in ExaCheckGetImage() 409 swap(pExaScr, pScreen, GetImage); in ExaCheckGetImage() 709 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel() 717 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel() 727 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel()
|
| H A D | exa.c | 754 unwrap(pExaScr, pScreen, GetImage); in exaCloseScreen() 916 wrap(pExaScr, pScreen, GetImage, exaGetImage); in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 166 SCREEN_UNWRAP(pScreen, GetImage); in RootlessGetImage() 208 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in RootlessGetImage() 211 SCREEN_WRAP(pScreen, GetImage); in RootlessGetImage() 673 WRAP(GetImage); in RootlessWrap()
|
| H A D | rootlessCommon.h | 101 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 196 WRAP_SCREEN(GetImage, VGAarbiterGetImage); in xf86VGAarbiterWrapFunctions() 238 UNWRAP_SCREEN(GetImage); in VGAarbiterCloseScreen() 294 SCREEN_PROLOG(GetImage); in VGAarbiterGetImage() 296 (*pScreen->GetImage) (pDrawable, sx, sy, w, h, format, planemask, pdstLine); in VGAarbiterGetImage() 298 SCREEN_EPILOG(GetImage, VGAarbiterGetImage); in VGAarbiterGetImage()
|
| H A D | xf86VGAarbiterPriv.h | 123 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 303 DMX_WRAP(GetImage, dmxGetImage, dmxScreen, pScreen); in dmxScreenInit() 423 DMX_UNWRAP(GetImage, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmx.h | 217 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | glyphcurs.c | 126 (*pScreen->GetImage) ((DrawablePtr) ppix, 0, 0, cm->width, cm->height, in ServerBitsFromGlyph()
|
| H A D | protocol.txt | 239 R004 MIT-SHM:GetImage 502 R073 X11:GetImage
|
| H A D | dispatch.c | 2212 (*pDraw->pScreen->GetImage) (pDraw, in DoGetImage() 2239 (*pDraw->pScreen->GetImage) (pDraw, in DoGetImage() 2969 (*src->drawable.pScreen->GetImage) ((DrawablePtr) src, 0, 0, width, height, in ProcCreateCursor() 2980 (*msk->drawable.pScreen->GetImage) ((DrawablePtr) msk, 0, 0, width, in ProcCreateCursor()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 133 pScreen->GetImage = fbGetImage; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 528 GetImageProcPtr GetImage; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 868 glamor_priv->saved_procs.get_image = screen->GetImage; in glamor_init() 869 screen->GetImage = glamor_get_image; in glamor_init()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 264 pScreen->GetImage = xnestGetImage; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdriswrast.c | 328 pScreen->GetImage(pDraw, x, y, w, h, ZPixmap, ~0L, data); in swrastGetImage()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiX.c | 1193 (*pScreen->GetImage) (pDraw, in XineramaGetImageData() 1230 (*pScreen->GetImage) (pDraw, x, y, w, h, in XineramaGetImageData()
|
| H A D | shm.c | 697 (*pDraw->pScreen->GetImage) (pDraw, stuff->x, stuff->y, in ProcShmGetImage() 712 (*pDraw->pScreen->GetImage) (pDraw, in ProcShmGetImage()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mipict.c | 458 (*pScreen->GetImage) (pSrc->pDrawable, 0, 0, 1, 1, ZPixmap, ~0L, line); in miIsSolidAlpha()
|
| H A D | render.c | 1501 (*pScreen->GetImage) (pSrc->pDrawable, in ProcRenderCreateCursor() 1537 (*pScreen->GetImage) (pPicture->pDrawable, in ProcRenderCreateCursor()
|