Lines Matching refs:DestroyPixmap
160 pScreenPriv->DestroyPixmap = pScreen->DestroyPixmap;
161 pScreen->DestroyPixmap = XAADestroyPixmap;
227 pScreen->DestroyPixmap = pScreenPriv->DestroyPixmap;
308 destroyPixmap = pScreen->DestroyPixmap;
309 XAA_SCREEN_PROLOGUE (pScreen, DestroyPixmap);
310 (*pScreen->DestroyPixmap) (pPix);
311 XAA_SCREEN_EPILOGUE (pScreen, DestroyPixmap, destroyPixmap);
468 XAA_SCREEN_PROLOGUE (pScreen, DestroyPixmap);
469 ret = (*pScreen->DestroyPixmap) (pPix);
470 XAA_SCREEN_EPILOGUE (pScreen, DestroyPixmap, XAADestroyPixmap);