Searched refs:window_width (Results 1 – 11 of 11) sorted by relevance
/external/eigen/bench/btl/data/ |
D | smooth.cxx | 102 int window_width=2*window_half_width+1; in smooth_curve() local 106 vector<double> sample(window_width); in smooth_curve() 110 for ( int j=0 ; j < window_width ; j++ ){ in smooth_curve()
|
/external/ImageMagick/coders/ |
D | dcm.c | 2722 window_width; member 2915 if (info->window_width != 0) in ReadDCMPixels() 2922 (info->window_width-1.0)/2.0-0.5); in ReadDCMPixels() 2924 (info->window_width-1.0)/2.0+0.5); in ReadDCMPixels() 2932 info->window_center-0.5)/(info->window_width-1))+0.5)); in ReadDCMPixels() 3591 info.window_width=StringToDouble((char *) data,(char **) NULL); in ReadDCMImage() 4241 info.window_width=0; in ReadDCMImage() 4256 info.window_width=geometry_info.sigma; in ReadDCMImage() 4262 if ((info.window_center != 0) && (info.window_width == 0)) in ReadDCMImage() 4263 info.window_width=info.window_center; in ReadDCMImage()
|
D | xwd.c | 847 xwd_info.window_width=(CARD32) image->columns; in WriteXWDImage()
|
/external/ImageMagick/MagickCore/ |
D | xwdfile.h_vms | 86 CARD32 window_width B32; /* Window width */
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 3588 const int window_width = window.GetWidth(); in WindowDelegateDraw() local 3597 if (x < window_width - 1) { in WindowDelegateDraw() 3598 window.Printf("%*s", window_width - x - 1, ""); in WindowDelegateDraw() 3692 int desc_x = window_width - stop_description_len - 16; in WindowDelegateDraw() 3695 window.MoveCursor(window_width - stop_description_len - 16, in WindowDelegateDraw() 3704 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw() 3845 int desc_x = window_width - stop_description_len - 16; in WindowDelegateDraw() 3848 window.MoveCursor(window_width - stop_description_len - 15, in WindowDelegateDraw() 3854 window.Printf("%*s", window_width - window.GetCursorX() - 1, ""); in WindowDelegateDraw()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 1499 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); 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/ |
D | turtle.rst | 172 | :func:`window_width` 206 | :func:`window_width` 1406 .. function:: window_width() 1819 .. function:: window_width() 1823 >>> screen.window_width()
|
/external/python/cpython3/Doc/library/ |
D | turtle.rst | 222 | :func:`window_width` 2031 .. function:: window_width() 2035 >>> screen.window_width() 2468 - The methods :meth:`Turtle.tracer`, :meth:`Turtle.window_width` and
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 1256 def window_width(self): member in TurtleScreen 3386 def window_width(self): member in RawTurtle
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 715 int64 window_width() const { return GetDim(window_, DimIndex::X); } in window_width() function
|
/external/python/cpython3/Lib/ |
D | turtle.py | 1309 def window_width(self): member in TurtleScreen
|