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

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc145 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/
H A Dgl_helper_unittest.cc1070 bool y_on_grid = ((y % grid_pitch) < grid_width); local
1073 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width));

Completed in 95 milliseconds