Home
last modified time | relevance | path

Searched defs:window_rect (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capture_source.cc89 DesktopRect window_rect; in GetTopLeft() local
97 RECT window_rect; in GetSize() local
H A Dwindow_capture_utils.cc164 DesktopRect window_rect; in GetCroppedWindowRect() local
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs444 let window_rect: Rect = self in get_window_padding_size() localVariable
587 let window_rect = self in is_visible() localVariable
666 let mut window_rect: RECT = client_rect.to_sys_rect(); in get_adjusted_window_rect() localVariable
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/x11/
H A Dx_server_pixel_buffer.h51 const DesktopRect& window_rect() { return window_rect_; } in window_rect() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer.cc95 DesktopRect window_rect = GetWindowRectInVirtualScreen(); in OnCaptureResult() local
H A Dcropping_window_capturer_win.cc288 DesktopRect window_rect; in GetWindowRectInVirtualScreen() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c140 RECT window_rect; in stw_framebuffer_get_size() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.6/src/
H A Dconsole.rs137 pub fn window_rect(&self) -> SmallRect { in window_rect() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h206 struct nv50_window_rect_stateobj window_rect; member
H A Dnv50_surface.c789 struct nv50_window_rect_stateobj window_rect; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h250 struct nvc0_window_rect_stateobj window_rect; member
H A Dnvc0_surface.c836 struct nvc0_window_rect_stateobj window_rect; member
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp7542 …ImRect window_rect(window->InnerMainRect.Min - ImVec2(1, 1), window->InnerMainRect.Max + ImVec2(1,… in NavScrollToBringItemIntoView() local
H A Dimgui_widgets.cpp737 const ImRect window_rect = window->Rect(); in Scrollbar() local