Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h93 RegionPtr inputShape; /* default: NULL */ member
199 #define wInputShape(w) wUseDefault(w, inputShape, NULL)
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c288 destRgn = &pWin->optional->inputShape; in ProcShapeRectangles()
386 destRgn = &pWin->optional->inputShape; in ProcShapeMask()
514 destRgn = &pDestWin->optional->inputShape; in ProcShapeCombine()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c684 pDestRegion = &pWin->optional->inputShape; in ProcXFixesSetWindowShapeRegion()
701 pDestRegion = &pWin->optional->inputShape; in ProcXFixesSetWindowShapeRegion()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c608 pWin->optional->inputShape = NULL; in CreateRootWindow()
3376 if (optional->inputShape != NULL) in CheckWindowOptionalNeed()
3428 optional->inputShape = NULL; in MakeWindowOptional()