Lines Matching refs:pAlpha
1103 PicturePtr pAlpha;
1110 pAlpha = 0;
1113 error = dixLookupResourceByType((pointer *)&pAlpha, pid,
1121 if (pAlpha->pDrawable == NULL ||
1122 pAlpha->pDrawable->type != DRAWABLE_PIXMAP)
1131 pAlpha = NEXT_PTR(PicturePtr);
1134 if (pAlpha && pAlpha->pDrawable->type == DRAWABLE_PIXMAP)
1135 pAlpha->refcnt++;
1138 pPicture->alphaMap = pAlpha;