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

  /external/chromium_org/cc/debug/
picture_record_benchmark.cc 105 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/
grfmt_tiff.cpp 585 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 )
grfmt_jpeg.cpp 1746 int y_limit = y_step; local
    [all...]

Completed in 2791 milliseconds