LayerShape 85 cc/trees/layer_sorter.cc LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a, LayerShape 86 cc/trees/layer_sorter.cc LayerShape* b, LayerShape 184 cc/trees/layer_sorter.cc LayerShape::LayerShape() {} LayerShape 186 cc/trees/layer_sorter.cc LayerShape::LayerShape(float width, LayerShape 240 cc/trees/layer_sorter.cc LayerShape::~LayerShape() {} LayerShape 246 cc/trees/layer_sorter.cc float LayerShape::LayerZFromProjectedPoint(const gfx::PointF& p) const { LayerShape 292 cc/trees/layer_sorter.cc node.shape = LayerShape(layer_width, layer_height, draw_transform); LayerShape 40 cc/trees/layer_sorter.h struct CC_EXPORT LayerShape { LayerShape 41 cc/trees/layer_sorter.h LayerShape(); LayerShape 42 cc/trees/layer_sorter.h LayerShape(float width, float height, const gfx::Transform& draw_transform); LayerShape 43 cc/trees/layer_sorter.h ~LayerShape(); LayerShape 58 cc/trees/layer_sorter.h LayerShape shape; LayerShape 90 cc/trees/layer_sorter.h static ABCompareResult CheckOverlap(LayerShape* a, LayerShape 91 cc/trees/layer_sorter.h LayerShape* b, LayerShape 32 cc/trees/layer_sorter_unittest.cc LayerShape front(2.f, 2.f, neg4_translate); LayerShape 36 cc/trees/layer_sorter_unittest.cc LayerShape back(2.f, 2.f, neg5_translate); LayerShape 51 cc/trees/layer_sorter_unittest.cc LayerShape back_right(2.f, 2.f, right_translate); LayerShape 75 cc/trees/layer_sorter_unittest.cc LayerShape left_face(2.f, 2.f, perspective_matrix * left_face_matrix); LayerShape 79 cc/trees/layer_sorter_unittest.cc LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix); LayerShape 99 cc/trees/layer_sorter_unittest.cc LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix); LayerShape 105 cc/trees/layer_sorter_unittest.cc LayerShape rotated_face(2.f, 2.f, perspective_matrix * through_matrix); LayerShape 134 cc/trees/layer_sorter_unittest.cc LayerShape layer_a(8.f, 20.f, transform_a); LayerShape 139 cc/trees/layer_sorter_unittest.cc LayerShape layer_b(8.f, 20.f, transform_b); LayerShape 144 cc/trees/layer_sorter_unittest.cc LayerShape layer_c(8.f, 20.f, transform_c); LayerShape 174 cc/trees/layer_sorter_unittest.cc LayerShape layer_a(10.f, 10.f, perspective_matrix * transform_a); LayerShape 184 cc/trees/layer_sorter_unittest.cc LayerShape layer_b(10.f, 10.f, perspective_matrix * transform_b);