Lines Matching refs:width
63 int win_w = win.width * 2 + 1, win_h = win.height * 2 + 1;
86 if( win.width <= 0 || win.height <= 0 )
91 if( size.width < win_w + 4 || size.height < win_h + 4 )
132 coeff = 1. / (win.width * win.width);
135 for( i = -win.width, k = 0; i <= win.width; i++, k++ )
140 if( win.width == win.height )
163 if( zeroZone.width >= 0 && zeroZone.height >= 0 &&
164 zeroZone.width * 2 + 1 < win_w && zeroZone.height * 2 + 1 < win_h )
168 for( j = win.width - zeroZone.width; j <= win.width + zeroZone.width; j++ )
176 src_buf_size.width = win_w + 2;
196 icvSepConvSmall3_32f( src_buffer, src_buf_size.width * sizeof(src_buffer[0]),
200 icvSepConvSmall3_32f( src_buffer, src_buf_size.width * sizeof(src_buffer[0]),
219 double px = j - win.width;
254 if( fabs( cI.x - cT.x ) > win.width || fabs( cI.y - cT.y ) > win.height )