Home
last modified time | relevance | path

Searched refs:window_height (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dxwdfile.h_vms87 CARD32 window_height B32; /* Window height */
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1500 const GLint window_height = m_context.getRenderContext().getRenderTarget().getHeight(); in iterate() local
1521 if ((window_width != viewport_width) || (window_height != viewport_height)) in iterate()
1525 << " expected: " << window_width << " x " << window_height in iterate()
1583 if ((window_width != scissor_width) || (window_height != scissor_height)) in iterate()
1587 << " expected: " << window_width << " x " << window_height in iterate()
/external/python/cpython2/Doc/library/
Dturtle.rst173 | :func:`window_height`
205 | :func:`window_height`
1407 window_height()
1811 .. function:: window_height()
1815 >>> screen.window_height()
/external/ImageMagick/coders/
Dxwd.c848 xwd_info.window_height=(CARD32) image->rows; in WriteXWDImage()
/external/python/cpython3/Doc/library/
Dturtle.rst221 | :func:`window_height`
2023 .. function:: window_height()
2027 >>> screen.window_height()
2469 :meth:`Turtle.window_height` have been eliminated.
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1265 def window_height(self): member in TurtleScreen
3397 def window_height(self): member in RawTurtle
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2922 const int window_height = window.GetHeight(); in WindowDelegateDraw() local
2926 const int max_y = window_height - 1 - y; in WindowDelegateDraw()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h714 int64 window_height() const { return GetDim(window_, DimIndex::Y); } in window_height() function
/external/python/cpython3/Lib/
Dturtle.py1318 def window_height(self): member in TurtleScreen