HomeSort by relevance Sort by last modified time
    Searched refs:width3 (Results 1 - 9 of 9) sorted by null

  /external/opencv/otherlibs/highgui/
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++ )
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;
utils.h 99 uchar* FillUniColor( uchar* data, uchar*& line_end, int step, int width3,
101 uchar* FillUniGray( uchar* data, uchar*& line_end, int step, int width3,
utils.cpp 381 int step, int width3,
402 data = line_end - width3;
  /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) ))
xm_buffer.c 299 xrb->width3 = xrb->ximage->bytes_per_line;
300 xrb->origin3 = (GLubyte *) xrb->ximage->data + xrb->width3 * (height - 1);
308 xrb->width2 = xrb->width3 = xrb->width4 = 0;
  /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) ))
xm_buffer.c 299 xrb->width3 = xrb->ximage->bytes_per_line;
300 xrb->origin3 = (GLubyte *) xrb->ximage->data + xrb->width3 * (height - 1);
308 xrb->width2 = xrb->width3 = xrb->width4 = 0;

Completed in 743 milliseconds