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

  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc 172 int x_limit = std::min(size.width() / 2, x + checker_square_size - 1); local
174 for (int x_lo = x; x_lo <= x_limit; x_lo++) {
205 int x_limit = std::min(size.width(), x + checker_square_size); local
207 for (int square_x = x; square_x < x_limit; square_x++) {
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1745 int x_limit = x_step; local
    [all...]

Completed in 219 milliseconds