Searched refs:y_limit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc105 int y_limit = std::max(1, content_bounds.height() - height); local
107 for (int y = 0; y < y_limit; y += kPositionIncrement) {
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp585 int y_limit = m_rows_per_strip; local
587 y_limit += y;
588 if( y_limit > m_height ) y_limit = m_height;
594 for( ; y < y_limit; y++, data += step )
H A Dgrfmt_jpeg.cpp1746 int y_limit = y_step; local
1751 if( y + y_limit > height ) y_limit = height - y;
1759 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step )
1786 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step )

Completed in 101 milliseconds