OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkerboard_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/output/
gl_renderer.cc
381
const int
checkerboard_width
= 16;
local
382
float frequency = 1.0f /
checkerboard_width
;
385
float tex_offset_x = tile_rect.x() %
checkerboard_width
;
386
float tex_offset_y = tile_rect.y() %
checkerboard_width
;
[
all
...]
Completed in 583 milliseconds