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

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 25 const float z_threshold = 0.1f; local
38 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight);
43 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight);
52 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight);
57 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight);
63 const float z_threshold = 0.1f; local
81 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight);
87 const float z_threshold = 0.1f; local
107 z_threshold,
115 const float z_threshold = 0.1f local
158 const float z_threshold = 0.1f; local
    [all...]
layer_sorter.cc 86 float z_threshold,
170 if (max_positive > z_threshold && max_negative < -z_threshold)
305 float z_threshold = z_range_ * z_threshold_factor; local
318 z_threshold,

Completed in 132 milliseconds