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

  /external/chromium_org/skia/ext/
image_operations_unittest.cc 145 bool y_on_grid = ((y % grid_pitch) < grid_width); local
148 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width));
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 853 bool y_on_grid = ((y % grid_pitch) < grid_width); local
856 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width));
    [all...]

Completed in 480 milliseconds