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