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

/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc106 int x_limit = std::max(1, content_bounds.width() - width); local
108 for (int x = 0; x < x_limit; x += kPositionIncrement) {
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1745 int x_limit = x_step; local
1750 if( x + x_limit > width ) x_limit = width - x;
1761 for( j = 0; j < x_limit; j++, rgb_data += _channels )
1777 rgb_data -= x_limit*_channels;
1788 for( j = 0; j < x_limit; j++ )

Completed in 92 milliseconds