Searched refs:pSrcWin (Results 1 – 2 of 2) sorted by relevance
138 WindowPtr pSrcWin; in miHandleExposures() local161 pSrcWin = (WindowPtr) pSrcDrawable; in miHandleExposures()163 prgnSrcClip = NotClippedByChildren(pSrcWin); in miHandleExposures()170 if ((RegionContainsRect(&pSrcWin->clipList, &TsrcBox)) == rgnIN) in miHandleExposures()174 RegionCopy(prgnSrcClip, &pSrcWin->clipList); in miHandleExposures()192 pSrcWin = NULL; in miHandleExposures()246 if (pSrcWin) { in miHandleExposures()249 if (!(region = wClipShape(pSrcWin))) in miHandleExposures()250 region = wBoundingShape(pSrcWin); in miHandleExposures()255 if (extents && pSrcWin && region && in miHandleExposures()
440 WindowPtr pSrcWin, pDestWin; in ProcShapeCombine() local472 rc = dixLookupWindow(&pSrcWin, stuff->src, client, DixGetAttrAccess); in ProcShapeCombine()477 srcRgn = wBoundingShape(pSrcWin); in ProcShapeCombine()481 srcRgn = wClipShape(pSrcWin); in ProcShapeCombine()485 srcRgn = wInputShape(pSrcWin); in ProcShapeCombine()492 if (pSrcWin->drawable.pScreen != pDestWin->drawable.pScreen) { in ProcShapeCombine()502 srcRgn = (*createSrc) (pSrcWin); in ProcShapeCombine()