OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:on_grid
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/skia/ext/
image_operations_unittest.cc
150
bool
on_grid
= (y_on_grid || ((x % grid_pitch) < grid_width));
local
152
*bmp->getAddr32(x, y) = (
on_grid
? grid_color : background_color);
Completed in 491 milliseconds