Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c181 CreateBoundingShape(WindowPtr pWin) in CreateBoundingShape() function
251 createDefault = CreateBoundingShape; in ProcShapeRectangles()
257 createDefault = CreateBoundingShape; in ProcShapeRectangles()
348 createDefault = CreateBoundingShape; in ProcShapeMask()
354 createDefault = CreateBoundingShape; in ProcShapeMask()
459 createDefault = CreateBoundingShape; in ProcShapeCombine()
465 createDefault = CreateBoundingShape; in ProcShapeCombine()
478 createSrc = CreateBoundingShape; in ProcShapeCombine()
486 createSrc = CreateBoundingShape; in ProcShapeCombine()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h226 extern _X_EXPORT RegionPtr CreateBoundingShape(WindowPtr /* pWin */ );
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c172 pRegion = CreateBoundingShape(pWin); in ProcXFixesCreateRegionFromWindow()