Home | History | Annotate | Download | only in mi

Lines Matching defs:pPixmap

89     PixmapPtr pPixmap;
115 pPixmap = (*pDrawable->pScreen->CreatePixmap) (pDrawable->pScreen,
118 if (!pPixmap)
123 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);
137 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);
165 if ((pGCtmp->serialNumber) != (pPixmap->drawable.serialNumber))
166 ValidateGC((DrawablePtr) pPixmap, pGCtmp);
167 (*pGCtmp->ops->PutImage) ((DrawablePtr) pPixmap, pGCtmp,
168 pPixmap->drawable.depth,
172 (*pGC->ops->PushPixels) (pGC, pPixmap, pDrawable,
179 (*pDrawable->pScreen->DestroyPixmap) (pPixmap);