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

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 25 LayerSorter::ABCompareResult overlap_result;
39 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight);
40 EXPECT_EQ(LayerSorter::BBeforeA, overlap_result);
44 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight);
45 EXPECT_EQ(LayerSorter::ABeforeB, overlap_result);
53 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight);
54 EXPECT_EQ(LayerSorter::None, overlap_result);
58 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight);
63 LayerSorter::ABCompareResult overlap_result;
82 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight)
    [all...]
layer_sorter.h 77 class CC_EXPORT LayerSorter {
79 LayerSorter();
80 ~LayerSorter();
110 DISALLOW_COPY_AND_ASSIGN(LayerSorter);
layer_sorter.cc 69 LayerSorter::LayerSorter()
72 LayerSorter::~LayerSorter() {}
85 LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a,
264 void LayerSorter::CreateGraphNodes(LayerImplList::iterator first,
301 void LayerSorter::CreateGraphEdges() {
349 void LayerSorter::RemoveEdgeFromList(GraphEdge* edge,
378 void LayerSorter::Sort(LayerImplList::iterator first
    [all...]
layer_tree_host_common_perftest.cc 170 // First build the tree and then we'll start running tests on layersorter
207 LayerSorter layer_sorter_;
layer_tree_host_common.cc 36 LayerSorter* layer_sorter) {
    [all...]

Completed in 123 milliseconds