Home | History | Annotate | Download | only in highgui

Lines Matching refs:step

173 bool  GrFmtSunRasterReader::ReadData( uchar* data, int step, int color )
209 for( y = 0; y < m_height; y++, data += step )
265 data += step;
278 for( y = 0; y < m_height; y++, data += step )
328 data = FillUniColor( data, line_end, step, width3,
332 data = FillUniGray( data, line_end, step, width3,
343 line_end += step;
356 for( y = 0; y < m_height; y++, data += step )
375 for( y = 0; y < m_height; y++, data += step )
414 bool GrFmtSunRasterWriter::WriteImage( const uchar* data, int step,
421 assert( data && width > 0 && height > 0 && step >= fileStep);
434 for( y = 0; y < height; y++, data += step )