Lines Matching refs:CreatePixmap
158 pScreenPriv->CreatePixmap = pScreen->CreatePixmap;
159 pScreen->CreatePixmap = XAACreatePixmap;
226 pScreen->CreatePixmap = pScreenPriv->CreatePixmap;
301 XAA_SCREEN_PROLOGUE (pScreen, CreatePixmap);
302 pPix = (*pScreen->CreatePixmap) (pScreen, 1, 1, depth,
304 XAA_SCREEN_EPILOGUE (pScreen, CreatePixmap, XAACreatePixmap);
381 XAA_SCREEN_PROLOGUE (pScreen, CreatePixmap);
382 pPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, depth, usage_hint);
383 XAA_SCREEN_EPILOGUE (pScreen, CreatePixmap, XAACreatePixmap);
413 XAA_SCREEN_PROLOGUE (pScreen, CreatePixmap);
414 pPix = (*pScreen->CreatePixmap) (pScreen, w, h, depth, usage_hint);
415 XAA_SCREEN_EPILOGUE (pScreen, CreatePixmap, XAACreatePixmap);