Lines Matching refs:pAlpha
1074 PicturePtr pAlpha;
1080 pAlpha = 0;
1082 error = cpAlphaMap((void **) &pAlpha, pid, pScreen,
1088 if (pAlpha->pDrawable == NULL ||
1089 pAlpha->pDrawable->type != DRAWABLE_PIXMAP) {
1097 pAlpha = NEXT_PTR(PicturePtr);
1099 if (pAlpha && pAlpha->pDrawable->type == DRAWABLE_PIXMAP)
1100 pAlpha->refcnt++;
1103 pPicture->alphaMap = pAlpha;