Lines Matching refs:pMaskPixmap
686 PixmapPtr pMaskPixmap = 0; in exaGlyphs() local
718 pMaskPixmap = (*pScreen->CreatePixmap) (pScreen, width, height, in exaGlyphs()
721 if (!pMaskPixmap) in exaGlyphs()
724 pMask = CreatePicture(0, &pMaskPixmap->drawable, in exaGlyphs()
733 (*pScreen->DestroyPixmap) (pMaskPixmap); in exaGlyphs()
747 pMaskPixmap = (*pScreen->CreatePixmap) (pScreen, width, height, in exaGlyphs()
750 if (!pMaskPixmap) in exaGlyphs()
753 pMask = CreatePicture(0, &pMaskPixmap->drawable, maskFormat, 0, 0, in exaGlyphs()
756 (*pScreen->DestroyPixmap) (pMaskPixmap); in exaGlyphs()
760 pGC = GetScratchGC(pMaskPixmap->drawable.depth, pScreen); in exaGlyphs()
761 ValidateGC(&pMaskPixmap->drawable, pGC); in exaGlyphs()
766 (*pGC->ops->PolyFillRect) (&pMaskPixmap->drawable, pGC, 1, &rect); in exaGlyphs()
837 (*pScreen->DestroyPixmap) (pMaskPixmap); in exaGlyphs()