Home
last modified time | relevance | path

Searched refs:destRgn (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c241 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()
[all …]