Searched defs:width3 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp198 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)
[all...]
H A Dgrfmt_pxm.cpp207 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++ )
H A Dgrfmt_sunras.cpp184 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;
H A Dutils.cpp381 int step, int width3,
402 data = line_end - width3;
380 FillUniColor( uchar* data, uchar*& line_end, int step, int width3, int& y, int height, int count3, PaletteEntry clr ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h165 GLint width3; member in struct:xmesa_renderbuffer
318 ( (bgr_t *) ( (XRB)->origin3 - (Y) * (XRB)->width3 + 3 * (X) ))
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h165 GLint width3; member in struct:xmesa_renderbuffer
318 ( (bgr_t *) ( (XRB)->origin3 - (Y) * (XRB)->width3 + 3 * (X) ))

Completed in 772 milliseconds