OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_occluded
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
tile.h
64
void set_is_occluded(WhichTree tree, bool
is_occluded
) {
65
is_occluded_[tree] =
is_occluded
;
68
bool
is_occluded
(WhichTree tree) const { return is_occluded_[tree]; }
function in class:cc::Tile
picture_layer_tiling.cc
611
bool
is_occluded
= occlusion_in_layer_space.IsOccluded(tile_query_rect);
local
612
tile->set_is_occluded(tree,
is_occluded
);
[
all
...]
Completed in 197 milliseconds