Searched refs:pDestWin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c440 WindowPtr pSrcWin, pDestWin; local in function:ProcShapeCombine
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
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c450 WindowPtr pSrcWin, pDestWin; local in function:ProcShapeCombine
461 rc = dixLookupWindow(&pDestWin, stuff->dest, client, DixSetAttrAccess);
464 if (!pDestWin->optional)
465 MakeWindowOptional (pDestWin);
501 if (pSrcWin->drawable.pScreen != pDestWin->drawable.pScreen)
513 if (!pDestWin->optional)
514 MakeWindowOptional (pDestWin);
517 destRgn = &pDestWin->optional->boundingShape;
520 destRgn = &pDestWin->optional->clipShape;
523 destRgn = &pDestWin
[all...]

Completed in 3 milliseconds