Lines Matching refs:destRgn
241 RegionPtr *destRgn; in ProcShapeRectangles() local
282 destRgn = &pWin->optional->boundingShape; in ProcShapeRectangles()
285 destRgn = &pWin->optional->clipShape; in ProcShapeRectangles()
288 destRgn = &pWin->optional->inputShape; in ProcShapeRectangles()
295 destRgn, srcRgn, (int) stuff->op, in ProcShapeRectangles()
336 RegionPtr *destRgn; in ProcShapeMask() local
380 destRgn = &pWin->optional->boundingShape; in ProcShapeMask()
383 destRgn = &pWin->optional->clipShape; in ProcShapeMask()
386 destRgn = &pWin->optional->inputShape; in ProcShapeMask()
393 destRgn, srcRgn, (int) stuff->op, in ProcShapeMask()
444 RegionPtr *destRgn; in ProcShapeCombine() local
508 destRgn = &pDestWin->optional->boundingShape; in ProcShapeCombine()
511 destRgn = &pDestWin->optional->clipShape; in ProcShapeCombine()
514 destRgn = &pDestWin->optional->inputShape; in ProcShapeCombine()
521 destRgn, srcRgn, (int) stuff->op, in ProcShapeCombine()