Home
last modified time | relevance | path

Searched refs:window_width (Results 1 – 10 of 10) sorted by relevance

/external/eigen/bench/btl/data/
Dsmooth.cxx102 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/
Ddcm.c2720 window_width; member
2913 if (info->window_width != 0) in ReadDCMPixels()
2920 (info->window_width-1.0)/2.0-0.5); in ReadDCMPixels()
2922 (info->window_width-1.0)/2.0+0.5); in ReadDCMPixels()
2930 info->window_center-0.5)/(info->window_width-1))+0.5)); in ReadDCMPixels()
3546 info.window_width=StringToDouble((char *) data,(char **) NULL); in ReadDCMImage()
4196 info.window_width=0; in ReadDCMImage()
4211 info.window_width=geometry_info.sigma; in ReadDCMImage()
4217 if ((info.window_center != 0) && (info.window_width == 0)) in ReadDCMImage()
4218 info.window_width=info.window_center; in ReadDCMImage()
Dxwd.c774 xwd_info.window_width=(CARD32) image->columns; in WriteXWDImage()
/external/ImageMagick/MagickCore/
Dxwdfile.h_vms86 CARD32 window_width B32; /* Window width */
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1499 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/
Dturtle.rst172 | :func:`window_width`
206 | :func:`window_width`
1406 .. function:: window_width()
1819 .. function:: window_width()
1823 >>> screen.window_width()
/external/python/cpython3/Doc/library/
Dturtle.rst222 | :func:`window_width`
1945 .. function:: window_width()
1949 >>> screen.window_width()
2379 - The methods :meth:`Turtle.tracer`, :meth:`Turtle.window_width` and
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1256 def window_width(self): member in TurtleScreen
3386 def window_width(self): member in RawTurtle
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h713 int64 window_width() const { return GetDim(window_, DimIndex::X); }
/external/python/cpython3/Lib/
Dturtle.py1308 def window_width(self): member in TurtleScreen