Home
last modified time | relevance | path

Searched refs:root_depth (Results 51 – 75 of 351) sorted by relevance

12345678910>>...15

/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/X11/
H A DXlib.h85 #define DisplayPlanes(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
93 #define DefaultDepth(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
110 #define DefaultDepthOfScreen(s) ((s)->root_depth)
117 #define PlanesOfScreen(s) ((s)->root_depth)
232 int root_depth; /* bits per pixel */ member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/X11/
H A DXlib.h85 #define DisplayPlanes(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
93 #define DefaultDepth(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
110 #define DefaultDepthOfScreen(s) ((s)->root_depth)
117 #define PlanesOfScreen(s) ((s)->root_depth)
232 int root_depth; /* bits per pixel */ member
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/X11/
H A DXlib.h85 #define DisplayPlanes(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
93 #define DefaultDepth(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
110 #define DefaultDepthOfScreen(s) ((s)->root_depth)
117 #define PlanesOfScreen(s) ((s)->root_depth)
232 int root_depth; /* bits per pixel */ member
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/xlib/X11/
H A DXlib.h94 #define DisplayPlanes(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
102 #define DefaultDepth(dpy, scr) (((dpy)->screens[(scr)]).root_depth)
119 #define DefaultDepthOfScreen(s) ((s)->root_depth)
126 #define PlanesOfScreen(s) ((s)->root_depth)
241 int root_depth; /* bits per pixel */ member
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Dbackground_manager.cpp67 …_log.trace("background_manager: Got root visual with depth %d", m_connection.screen()->root_depth); in activate()
169 …m_connection.create_pixmap(m_connection.screen()->root_depth, m_pixmap, m_window, m_rect.width, m_… in allocate_resources()
/dports/x11-wm/picom/picom-8.2/tests/testcases/
H A Dissue239_3_norefresh.py12 depth = setup.roots[0].root_depth
H A Dissue239_3.py12 depth = setup.roots[0].root_depth
H A Dissue314.py12 depth = setup.roots[0].root_depth
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinX.c534 screen->root_depth = GetDeviceCaps(dc, BITSPIXEL) * (int) screen->ext_data;
545 if (screen->root_depth == 4) {
548 } else if (screen->root_depth == 8) {
551 } else if (screen->root_depth == 12) {
557 } else if (screen->root_depth == 16) {
563 } else if (screen->root_depth >= 24) {
571 screen->root_visual->bits_per_rgb = screen->root_depth;
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dcursor-anim.pl31 my $depth = $X->root_depth;
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dshapewin.py59 bgpm = self.screen.root.create_pixmap(bgsize, bgsize, self.screen.root_depth)
76 self.screen.root_depth,
/dports/www/p5-Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.16/lib/Catalyst/Plugin/Authorization/ACL/
H A DEngine.pm178 my $root_depth = $subtree->getDepth;
197 ( $depth - $root_depth )
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinX.c535 screen->root_depth = GetDeviceCaps(dc, BITSPIXEL) * PTR2INT(screen->ext_data); in TkWinDisplayChanged()
548 } else if (screen->root_depth == 4) { in TkWinDisplayChanged()
551 } else if (screen->root_depth == 8) { in TkWinDisplayChanged()
554 } else if (screen->root_depth == 12) { in TkWinDisplayChanged()
560 } else if (screen->root_depth == 16) { in TkWinDisplayChanged()
566 } else if (screen->root_depth >= 24) { in TkWinDisplayChanged()
573 screen->root_visual->bits_per_rgb = screen->root_depth; in TkWinDisplayChanged()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinX.c451 screen->root_depth = GetDeviceCaps(dc, BITSPIXEL) * PTR2INT(screen->ext_data); in TkWinDisplayChanged()
464 } else if (screen->root_depth == 4) { in TkWinDisplayChanged()
467 } else if (screen->root_depth == 8) { in TkWinDisplayChanged()
470 } else if (screen->root_depth == 12) { in TkWinDisplayChanged()
476 } else if (screen->root_depth == 16) { in TkWinDisplayChanged()
482 } else if (screen->root_depth >= 24) { in TkWinDisplayChanged()
489 screen->root_visual->bits_per_rgb = screen->root_depth; in TkWinDisplayChanged()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinX.c489 screen->root_depth = GetDeviceCaps(dc, BITSPIXEL) * PTR2INT(screen->ext_data); in TkWinDisplayChanged()
502 } else if (screen->root_depth == 4) { in TkWinDisplayChanged()
505 } else if (screen->root_depth == 8) { in TkWinDisplayChanged()
508 } else if (screen->root_depth == 12) { in TkWinDisplayChanged()
514 } else if (screen->root_depth == 16) { in TkWinDisplayChanged()
520 } else if (screen->root_depth >= 24) { in TkWinDisplayChanged()
527 screen->root_visual->bits_per_rgb = screen->root_depth; in TkWinDisplayChanged()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/gcj/xlib/
H A DnatScreen.cc27 return screen->root_depth; in getRootDepth()
/dports/x11/py-i3ipc/i3ipc-2.2.1/i3ipc/_private/
H A Dsync.py13 self.send_window = self.root.create_window(-10, -10, 10, 10, 0, self.screen.root_depth)
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs38 screen.root_depth, in create_window()
48 screen.root_depth, in create_window()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs38 screen.root_depth, in create_window()
48 screen.root_depth, in create_window()

12345678910>>...15