Home
last modified time | relevance | path

Searched refs:borderIsPixel (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_window.c63 if (pWin->borderIsPixel == FALSE) in glamor_change_window_attributes()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h149 unsigned borderIsPixel:1; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c638 pWin->borderIsPixel = TRUE; in CreateRootWindow()
885 pWin->borderIsPixel = pParent->borderIsPixel; in CreateWindow()
887 if (pWin->borderIsPixel == FALSE) in CreateWindow()
1024 if (pWin->borderIsPixel == FALSE) in FreeWindowResources()
1273 if (pWin->parent->borderIsPixel == TRUE) { in ChangeWindowAttributes()
1274 if (pWin->borderIsPixel == FALSE) in ChangeWindowAttributes()
1277 pWin->borderIsPixel = TRUE; in ChangeWindowAttributes()
1293 if (pWin->borderIsPixel == FALSE) in ChangeWindowAttributes()
1295 pWin->borderIsPixel = FALSE; in ChangeWindowAttributes()
1306 if (pWin->borderIsPixel == FALSE) in ChangeWindowAttributes()
[all …]
H A Dresource.c317 if (window->border.pixmap && !window->borderIsPixel) in GetWindowBytes()
350 if (window->border.pixmap && !window->borderIsPixel) in FindWindowSubRes()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbwindow.c148 if (pWin->borderIsPixel == FALSE) in fbChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c291 if (pWin->borderIsPixel) in xnestChangeWindowAttributes()
298 if (pWin->borderIsPixel) in xnestChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c977 if (!pRoot->borderIsPixel) { in dmxBECreateWindowTree()
997 if (!pWin->borderIsPixel) { in dmxBECreateWindowTree()
1615 if (!pChild->borderIsPixel) { in dmxBEDestroyWindowTree()
1627 if (!pChild->borderIsPixel) { in dmxBEDestroyWindowTree()
H A Ddmxwindow.c518 if (pWindow->borderIsPixel) in dmxDoChangeWindowAttributes()
527 if (pWindow->borderIsPixel) in dmxDoChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessValTree.c109 #define HasParentRelativeBorder(w) (!(w)->borderIsPixel && \
H A DrootlessWindow.c808 (what == PW_BORDER && !pWin->borderIsPixel)) in RootlessPaintWindow()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c625 if ((mask & CWBorderPixmap) && pWin->borderIsPixel == FALSE) in exaChangeWindowAttributes()
636 if ((mask & CWBorderPixmap) && pWin->borderIsPixel == FALSE) in exaChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c457 solid = pWin->borderIsPixel; in miPaintWindow()
H A Dmivaltree.c176 #define HasParentRelativeBorder(w) (!(w)->borderIsPixel && \
H A Dmiwindow.c422 if (pWin->borderIsPixel || !moved) { in miResizeWindow()
H A Dmioverlay.c103 #define HasParentRelativeBorder(w) (!(w)->borderIsPixel && \
1168 if (pWin->borderIsPixel || !moved) { in miOverlayResizeWindow()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c512 pWin->borderIsPixel = FALSE; in CreateSaverWindow()