Searched refs:LayerSorter (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/cc/trees/ |
H A D | layer_sorter_unittest.cc | 24 LayerSorter::ABCompareResult overlap_result; 38 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight); 39 EXPECT_EQ(LayerSorter::BBeforeA, overlap_result); 43 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight); 44 EXPECT_EQ(LayerSorter::ABeforeB, overlap_result); 52 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight); 53 EXPECT_EQ(LayerSorter::None, overlap_result); 57 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight); 62 LayerSorter::ABCompareResult overlap_result; 81 LayerSorter [all...] |
H A D | layer_sorter.h | 77 class CC_EXPORT LayerSorter { class in namespace:cc 79 LayerSorter(); 80 ~LayerSorter(); 110 DISALLOW_COPY_AND_ASSIGN(LayerSorter);
|
H A D | layer_sorter.cc | 68 LayerSorter::LayerSorter() function in class:cc::LayerSorter 71 LayerSorter::~LayerSorter() {} 84 LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a, 263 void LayerSorter::CreateGraphNodes(LayerImplList::iterator first, 300 void LayerSorter::CreateGraphEdges() { 348 void LayerSorter::RemoveEdgeFromList(GraphEdge* edge, 377 void LayerSorter [all...] |
H A D | layer_tree_host_common.cc | 37 LayerSorter* layer_sorter) { 860 LayerSorter* layer_sorter; 1730 LayerSorter layer_sorter;
|
Completed in 165 milliseconds