Searched refs:line_end_flag (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp342 int line_end_flag = 0; local
367 line_end_flag = y - prev_y;
382 line_end_flag = y - prev_y;
389 if( code || !line_end_flag || x_shift3 < width3 )
415 line_end_flag = 0;
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_bmp.cpp340 int line_end_flag = 0; local
365 line_end_flag = y - prev_y;
380 line_end_flag = y - prev_y;
387 if( code || !line_end_flag || x_shift3 < width3 )
413 line_end_flag = 0;

Completed in 182 milliseconds