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

  /external/chromium_org/skia/ext/
image_operations_unittest.cc 148 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); local
150 *bmp->getAddr32(x, y) = (on_grid ? grid_color : background_color);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 1073 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); local
    [all...]

Completed in 410 milliseconds