Home
last modified time | relevance | path

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

/external/chromium_org/skia/ext/
Dimage_operations_unittest.cc145 bool y_on_grid = ((y % grid_pitch) < grid_width); in DrawGridToBitmap() local
148 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); in DrawGridToBitmap()
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc853 bool y_on_grid = ((y % grid_pitch) < grid_width); in DrawGridToBitmap() local
856 bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); in DrawGridToBitmap()