/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | main.cpp | 50 struct RootWindow : public rxwu::rx_messages, public rxwu::enable_send_call<RootWindow, WM_USER+1> struct 53 using window_class = wu::window_class<RootWindow>; argument 65 return send_call(w, [&](RootWindow& r){ in set_title() argument 72 send_call(w, [&](RootWindow& r){ in get_title() argument 92 ~RootWindow() { in ~RootWindow() argument 97 RootWindow(HWND w, LPCREATESTRUCT, param_type* title) in RootWindow() argument 198 RootWindow::window_class::Register(); in wWinMain() 206 RootWindow::window_class::Name(), title.c_str(), in wWinMain() 225 RootWindow::set_title(window, L"SET_TITLE! " + RootWindow::get_title(window)); in wWinMain() 228 RootWindow::send_call(window, [](RootWindow& r){ in wWinMain()
|
/external/webrtc/modules/desktop_capture/ |
D | screen_drawer_linux.cc | 64 RootWindow(display_->display(), screen_num_), in ScreenDrawerLinux() 69 display_->display(), RootWindow(display_->display(), screen_num_), 0, 0, in ScreenDrawerLinux() 86 RootWindow(display_->display(), screen_num_), 0, 0, in ScreenDrawerLinux() 166 XSendEvent(display_->display(), RootWindow(display_->display(), screen_num_), in BringToFront()
|
/external/webrtc/test/linux/ |
D | glx_renderer.cc | 58 display_, RootWindow(display_, vi->screen), vi->visual, AllocNone); in Init() 61 window_ = XCreateWindow(display_, RootWindow(display_, vi->screen), 0, 0, in Init()
|
/external/angle/util/x11/ |
D | X11Pixmap.cpp | 29 Window root = RootWindow(mDisplay, screen); in initialize()
|
D | X11Window.cpp | 292 Window root = RootWindow(mDisplay, screen); in initializeImpl() 660 Window root = RootWindow(mDisplay, screen); in processEvent()
|
/external/libepoxy/test/ |
D | glx_common.c | 71 Window root_win = RootWindow(dpy, screen); in get_glx_window()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 141 pixmap = XCreatePixmap(dpy, RootWindow(dpy, screen), 8 * width, height, 1); in fill_bitmap() 282 pixmap = XCreatePixmap(dpy, RootWindow(dpy, screen), 10, 10, 1); in DRI_glXUseXFont()
|
D | dri2_glx.c | 1248 if (!DRI2Connect(priv->dpy, RootWindow(priv->dpy, screen), in dri2CreateScreen() 1267 if (!DRI2Authenticate(priv->dpy, RootWindow(priv->dpy, screen), magic)) { in dri2CreateScreen()
|
D | dri_glx.c | 224 drawable = RootWindow(dpy, psc->scr); in __glXReportDamage()
|
D | glx_pbuffer.c | 629 pixmap = XCreatePixmap(dpy, RootWindow(dpy, config->screen), in CreatePbuffer()
|
D | dri3_glx.c | 863 psc->fd = loader_dri3_open(c, RootWindow(priv->dpy, screen), None); in dri3_create_screen()
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 117 RootWindow(display, fVisualInfo->screen), in initWindow() 124 RootWindow(display, fVisualInfo->screen), in initWindow()
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
D | graw_xlib.c | 67 root = RootWindow( graw.display, scrnum ); in graw_create_window_and_screen()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 124 RootWindow(display, fVisualInfo->screen), in initWindow() 131 RootWindow(display, fVisualInfo->screen), in initWindow()
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 2545 RootWindow = NULL; in ImGuiWindow() 2728 if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow) in IsWindowContentHoverable() 2729 if (focused_root_window->WasActive && focused_root_window != window->RootWindow) in IsWindowContentHoverable() 2838 … if (g.HoveredRootWindow != window->RootWindow && !(flags & ImGuiHoveredFlags_AllowWhenOverlapped)) in IsItemHovered() 3094 g.ActiveIdClickOffset = g.IO.MousePos - window->RootWindow->Pos; in StartMouseMovingWindow() 3097 …if ((window->Flags & ImGuiWindowFlags_NoMove) || (window->RootWindow->Flags & ImGuiWindowFlags_NoM… in StartMouseMovingWindow() 3113 IM_ASSERT(g.MovingWindow && g.MovingWindow->RootWindow); in UpdateMouseMovingWindowNewFrame() 3114 ImGuiWindow* moving_window = g.MovingWindow->RootWindow; in UpdateMouseMovingWindowNewFrame() 3864 …Target->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) ? g.NavWindowingTarget->RootWindow : NULL; in Render() 4000 g.HoveredRootWindow = g.HoveredWindow ? g.HoveredWindow->RootWindow : NULL; in FindHoveredWindow() [all …]
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 185 root = RootWindow(dpy, info.screen); in XlibWindow()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 231 win = RootWindow(dpy, i); in glXUseXFont()
|
D | xm_api.c | 1213 root = RootWindow( v->display, v->visinfo->screen ); in XMesaCreatePBuffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 228 win = RootWindow(dpy, DefaultScreen(dpy)); in Fake_glXUseXFont()
|
D | xm_api.c | 1140 root = RootWindow( v->display, v->visinfo->screen ); in XMesaCreatePBuffer()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | screen_capturer_x11.cc | 63 root_window_ = RootWindow(display(), DefaultScreen(display())); in Init()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 788 open_cookie = xcb_dri3_open(scrn->conn, RootWindow(display, screen), None); in vl_dri3_screen_create() 807 geom_cookie = xcb_get_geometry(scrn->conn, RootWindow(display, screen)); in vl_dri3_screen_create()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 457 root = RootWindow(display, screen); in rpng_x_create_window()
|