Lines Matching defs:pDstPicture
217 R128CCECheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskPicture, PicturePtr pDstPicture)
220 ScreenPtr pScreen = pDstPicture->pDrawable->pScreen;
234 pDstPixmap = R128GetDrawablePixmap(pDstPicture->pDrawable);
258 if (pDstPicture->format == PICT_a8) {
266 if (!R128GetDatatypePict1(pDstPicture->format, &tmp1)) return FALSE;
294 if (!R128CheckCompositeTexture(pMaskPicture, pDstPicture, op)) return FALSE;
297 if (!R128CheckCompositeTexture(pSrcPicture, pDstPicture, op)) return FALSE;
420 PicturePtr pDstPicture, PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst)
435 if (pDstPicture->format == PICT_a8) {
443 if (!R128GetDatatypePict1(pDstPicture->format, &dstDatatype)) return FALSE;
493 if (PICT_FORMAT_A(pDstPicture->format) == 0 && R128BlendOp[op].dst_alpha) {
570 if (pMaskPicture == NULL && pDstPicture->format == PICT_a8)
605 if (pDstPicture->format == PICT_a8) {