Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c336 SetPixmapBaseToScreen(winRec->pixmap, x - bw, y - bw); in RootlessPositionWindow()
1011 SetPixmapBaseToScreen(gResizeDeathPix[1], in StartFrameResize()
1037 SetPixmapBaseToScreen(gResizeDeathPix[0], oldX, oldY); in StartFrameResize()
1073 SetPixmapBaseToScreen(gResizeDeathPix[0], oldX, oldY); in StartFrameResize()
1112 SetPixmapBaseToScreen(dst, newX, newY); in StartFrameResize()
1118 SetPixmapBaseToScreen(dst, oldX, oldY); in StartFrameResize()
H A DrootlessCommon.h229 #define SetPixmapBaseToScreen(pix, _x, _y) { \ macro
H A DrootlessCommon.c169 SetPixmapBaseToScreen(winRec->pixmap, in RootlessStartDrawing()