Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h91 RegionPtr boundingShape; /* default: NULL */ member
197 #define wBoundingShape(w) wUseDefault(w, boundingShape, NULL)
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c282 destRgn = &pWin->optional->boundingShape; in ProcShapeRectangles()
380 destRgn = &pWin->optional->boundingShape; in ProcShapeMask()
508 destRgn = &pDestWin->optional->boundingShape; in ProcShapeCombine()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c678 pDestRegion = &pWin->optional->boundingShape; in ProcXFixesSetWindowShapeRegion()
695 pDestRegion = &pWin->optional->boundingShape; in ProcXFixesSetWindowShapeRegion()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c606 pWin->optional->boundingShape = NULL; in CreateRootWindow()
3372 if (optional->boundingShape != NULL) in CheckWindowOptionalNeed()
3426 optional->boundingShape = NULL; in MakeWindowOptional()