Lines Matching refs:pDst

670     PicturePtr pSrc, pMask, pDst;  in ProcRenderComposite()  local
679 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderComposite()
680 if (!pDst->pDrawable) in ProcRenderComposite()
685 pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) || (pMask && in ProcRenderComposite()
688 pDst-> in ProcRenderComposite()
698 pDst, in ProcRenderComposite()
717 PicturePtr pSrc, pDst; in ProcRenderTrapezoids() local
728 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTrapezoids()
729 if (!pDst->pDrawable) in ProcRenderTrapezoids()
731 if (pSrc->pDrawable && pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) in ProcRenderTrapezoids()
746 CompositeTrapezoids(stuff->op, pSrc, pDst, pFormat, in ProcRenderTrapezoids()
756 PicturePtr pSrc, pDst; in ProcRenderTriangles() local
767 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriangles()
768 if (!pDst->pDrawable) in ProcRenderTriangles()
770 if (pSrc->pDrawable && pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) in ProcRenderTriangles()
785 CompositeTriangles(stuff->op, pSrc, pDst, pFormat, in ProcRenderTriangles()
795 PicturePtr pSrc, pDst; in ProcRenderTriStrip() local
806 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriStrip()
807 if (!pDst->pDrawable) in ProcRenderTriStrip()
809 if (pSrc->pDrawable && pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) in ProcRenderTriStrip()
824 CompositeTriStrip(stuff->op, pSrc, pDst, pFormat, in ProcRenderTriStrip()
834 PicturePtr pSrc, pDst; in ProcRenderTriFan() local
845 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderTriFan()
846 if (!pDst->pDrawable) in ProcRenderTriFan()
848 if (pSrc->pDrawable && pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) in ProcRenderTriFan()
863 CompositeTriFan(stuff->op, pSrc, pDst, pFormat, in ProcRenderTriFan()
1008 PicturePtr pSrc = NULL, pDst = NULL; in ProcRenderAddGlyphs() local
1127 pDst = CreatePicture(0, &pDstPix->drawable, in ProcRenderAddGlyphs()
1131 SetGlyphPicture(glyph, pScreen, pDst); in ProcRenderAddGlyphs()
1138 if (!pDst) { in ProcRenderAddGlyphs()
1145 None, pDst, 0, 0, 0, 0, 0, 0, width, height); in ProcRenderAddGlyphs()
1230 PicturePtr pSrc, pDst; in ProcRenderCompositeGlyphs() local
1266 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderCompositeGlyphs()
1267 if (!pDst->pDrawable) in ProcRenderCompositeGlyphs()
1269 if (pSrc->pDrawable && pSrc->pDrawable->pScreen != pDst->pDrawable->pScreen) in ProcRenderCompositeGlyphs()
1379 pDst, in ProcRenderCompositeGlyphs()
1395 PicturePtr pDst; in ProcRenderFillRectangles() local
1405 VERIFY_PICTURE(pDst, stuff->dst, client, DixWriteAccess); in ProcRenderFillRectangles()
1406 if (!pDst->pDrawable) in ProcRenderFillRectangles()
1415 pDst, &stuff->color, things, (xRectangle *) &stuff[1]); in ProcRenderFillRectangles()