HomeSort by relevance Sort by last modified time
    Searched refs:layer_a (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 134 LayerShape layer_a(8.f, 20.f, transform_a);
147 LayerSorter::CheckOverlap(&layer_a, &layer_c, z_threshold, &weight);
153 LayerSorter::CheckOverlap(&layer_a, &layer_b, z_threshold, &weight);
174 LayerShape layer_a(10.f, 10.f, perspective_matrix * transform_a);
178 // layer_a. When it is not clipped, its bounds will actually incorrectly
194 LayerSorter::CheckOverlap(&layer_a, &layer_b, z_threshold, &weight);
tree_synchronizer_unittest.cc 383 scoped_refptr<Layer> layer_a = layer_tree_root->children()[0].get(); local
384 layer_a->AddChild(MockLayer::Create(&layer_impl_destruction_list));
386 scoped_refptr<Layer> layer_b = layer_a->children()[0].get();
414 layer_a->RemoveAllChildren();
415 layer_d->AddChild(layer_a);

Completed in 37 milliseconds