/external/opencv/otherlibs/highgui/ |
grfmt_sunras.cpp | 184 int width3 = m_width*nch; local 290 uchar* line_end = data + width3; 328 data = FillUniColor( data, line_end, step, width3, 332 data = FillUniGray( data, line_end, step, width3, 344 data = line_end - width3;
|
grfmt_bmp.cpp | 198 int width3 = m_width*nch; local 253 uchar* line_end = data + width3; 304 len = x_shift3 + (y_shift * width3) & ((code == 0) - 1); 307 data = FillUniColor( data, line_end, step, width3, 311 data = FillUniGray( data, line_end, step, width3, 341 uchar* line_end = data + width3; 359 data = FillUniColor( data, line_end, step, width3, 363 data = FillUniGray( data, line_end, step, width3, 389 if( code || !line_end_flag || x_shift3 < width3 ) 397 x_shift3 += (y_shift * width3) & ((code == 0) - 1) [all...] |
grfmt_pxm.cpp | 207 int width3 = m_width*nch; local 214 src = new uchar[width3*m_bit_depth/8 + 32]; 273 for( x = 0; x < width3; x++ ) 288 for( x = 0; x < width3; x++ ) 299 for( x = 0; x < width3; x++ )
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 165 GLint width3; member in struct:xmesa_renderbuffer 318 ( (bgr_t *) ( (XRB)->origin3 - (Y) * (XRB)->width3 + 3 * (X) ))
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 165 GLint width3; member in struct:xmesa_renderbuffer 318 ( (bgr_t *) ( (XRB)->origin3 - (Y) * (XRB)->width3 + 3 * (X) ))
|