Lines Matching defs:pPixmap
96 PixmapPtr pPixmap;
124 pPixmap = (*pDrawable->pScreen->CreatePixmap)(pDrawable->pScreen,
127 if (!pPixmap)
133 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);
147 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);
178 if ((pGCtmp->serialNumber) != (pPixmap->drawable.serialNumber))
179 ValidateGC((DrawablePtr)pPixmap, pGCtmp);
180 (*pGCtmp->ops->PutImage)((DrawablePtr)pPixmap, pGCtmp,
181 pPixmap->drawable.depth,
185 (*pGC->ops->PushPixels)(pGC, pPixmap, pDrawable,
192 (*pDrawable->pScreen->DestroyPixmap)(pPixmap);