Searched refs:window_width (Results 1 – 10 of 10) sorted by relevance
102 int window_width=2*window_half_width+1; in smooth_curve() local106 vector<double> sample(window_width); in smooth_curve()110 for ( int j=0 ; j < window_width ; j++ ){ in smooth_curve()
2720 window_width; member2913 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()
774 xwd_info.window_width=(CARD32) image->columns; in WriteXWDImage()
86 CARD32 window_width B32; /* Window width */
1499 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); in iterate() local1521 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()
172 | :func:`window_width`206 | :func:`window_width`1406 .. function:: window_width()1819 .. function:: window_width()1823 >>> screen.window_width()
222 | :func:`window_width`1945 .. function:: window_width()1949 >>> screen.window_width()2379 - The methods :meth:`Turtle.tracer`, :meth:`Turtle.window_width` and
1256 def window_width(self): member in TurtleScreen3386 def window_width(self): member in RawTurtle
713 int64 window_width() const { return GetDim(window_, DimIndex::X); }
1308 def window_width(self): member in TurtleScreen