OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layer_a
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_sorter_unittest.cc
133
LayerShape
layer_a
(8.f, 20.f, transform_a);
146
LayerSorter::CheckOverlap(&
layer_a
, &layer_c, z_threshold, &weight);
152
LayerSorter::CheckOverlap(&
layer_a
, &layer_b, z_threshold, &weight);
173
LayerShape
layer_a
(10.f, 10.f, perspective_matrix * transform_a);
177
//
layer_a
. When it is not clipped, its bounds will actually incorrectly
193
LayerSorter::CheckOverlap(&
layer_a
, &layer_b, z_threshold, &weight);
tree_synchronizer_unittest.cc
374
scoped_refptr<Layer>
layer_a
= layer_tree_root->children()[0].get();
local
375
layer_a
->AddChild(MockLayer::Create(&layer_impl_destruction_list));
377
scoped_refptr<Layer> layer_b =
layer_a
->children()[0].get();
405
layer_a
->RemoveAllChildren();
406
layer_d->AddChild(
layer_a
);
Completed in 631 milliseconds