Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c193 CreateClipShape(WindowPtr pWin) in CreateClipShape() function
254 createDefault = CreateClipShape; in ProcShapeRectangles()
351 createDefault = CreateClipShape; in ProcShapeMask()
462 createDefault = CreateClipShape; in ProcShapeCombine()
482 createSrc = CreateClipShape; in ProcShapeCombine()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h228 extern _X_EXPORT RegionPtr CreateClipShape(WindowPtr /* pWin */ );
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c179 pRegion = CreateClipShape(pWin); in ProcXFixesCreateRegionFromWindow()