Lines Matching refs:pDestWin
440 WindowPtr pSrcWin, pDestWin;
452 rc = dixLookupWindow(&pDestWin, stuff->dest, client, DixSetAttrAccess);
455 if (!pDestWin->optional)
456 MakeWindowOptional(pDestWin);
492 if (pSrcWin->drawable.pScreen != pDestWin->drawable.pScreen) {
504 if (!pDestWin->optional)
505 MakeWindowOptional(pDestWin);
508 destRgn = &pDestWin->optional->boundingShape;
511 destRgn = &pDestWin->optional->clipShape;
514 destRgn = &pDestWin->optional->inputShape;
520 return RegionOperate(client, pDestWin, (int) stuff->destKind,