Home
last modified time | relevance | path

Searched defs:window_height (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win_unittest.cc104 int window_height = kMediumWindowHeight) { in SetUpForWindowCapture()
128 void CreateWindowOnSeparateThread(int window_width, int window_height) { in CreateWindowOnSeparateThread()
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/test_support/
H A Dtest_window.cc63 int window_height = height <= 0 ? kWindowHeight : height; in CreateTestWindow() local
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dsurface.rs111 pub window_height: u32, field
/aosp_15_r20/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp999 int32_t window_height, int32_t fb_width, in gfxstream_backend_setup_window()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
Dturtle.py1265 def window_height(self): member in TurtleScreen
3397 def window_height(self): member in RawTurtle
/aosp_15_r20/hardware/google/graphics/common/libacryl/local_include/uapi/
Dg2d.h302 uint16_t window_height; member
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
H A Dx11.c216 window_width, window_height; variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dturtle.py1318 def window_height(self): member in TurtleScreen
/aosp_15_r20/external/python/cpython3/Lib/
Dturtle.py1318 def window_height(self): member in TurtleScreen
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.h754 int64_t window_height() const { return GetDim(window_, DimIndex::Y); } in window_height() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1506 const GLint window_height = m_context.getRenderContext().getRenderTarget().getHeight(); in iterate() local