OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_current_tile_layer_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc
27
static float
g_current_tile_layer_width
;
variable
339
g_current_tile_layer_width
= n->width();
414
if (left >
g_current_tile_layer_width
|| top > g_current_tile_layer_height)
417
float right = min(left+g_current_tile_width,
g_current_tile_layer_width
);
440
float center_x = (left+right)/2 -
g_current_tile_layer_width
/2;
Completed in 220 milliseconds