Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c86 RegionRec rrNewShape; in winReshapeMultiWindow() local
118 RegionNull(&rrNewShape); in winReshapeMultiWindow()
119 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeMultiWindow()
120 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeMultiWindow()
122 nRects = RegionNumRects(&rrNewShape); in winReshapeMultiWindow()
123 pShape = RegionRects(&rrNewShape); in winReshapeMultiWindow()
196 RegionUninit(&rrNewShape); in winReshapeMultiWindow()
H A Dwinwindow.c317 RegionRec rrNewShape; in winReshapeRootless() local
345 RegionNull(&rrNewShape); in winReshapeRootless()
346 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeRootless()
347 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeRootless()
349 nRects = RegionNumRects(&rrNewShape); in winReshapeRootless()
350 pShape = RegionRects(&rrNewShape); in winReshapeRootless()
378 RegionUninit(&rrNewShape); in winReshapeRootless()