Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/test_support/
Dtest_window.cc63 int window_height = height <= 0 ? kWindowHeight : height; in CreateTestWindow() local
/external/webrtc/modules/desktop_capture/win/
Dwgc_capturer_win_unittest.cc104 int window_height = kMediumWindowHeight) { in SetUpForWindowCapture()
128 void CreateWindowOnSeparateThread(int window_width, int window_height) { in CreateWindowOnSeparateThread()
/external/crosvm/gpu_display/src/gpu_display_win/
Dmod.rs62 pub window_height: u32, field
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1265 def window_height(self): member in TurtleScreen
3397 def window_height(self): member in RawTurtle
/external/python/cpython3/Lib/
Dturtle.py1318 def window_height(self): member in TurtleScreen
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1500 const GLint window_height = m_context.getRenderContext().getRenderTarget().getHeight(); in iterate() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.h754 int64_t window_height() const { return GetDim(window_, DimIndex::Y); } in window_height() function