Searched refs:LayerShape (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_sorter.h40 struct CC_EXPORT LayerShape { struct in namespace:cc
41 LayerShape();
42 LayerShape(float width, float height, const gfx::Transform& draw_transform);
43 ~LayerShape();
58 LayerShape shape;
90 static ABCompareResult CheckOverlap(LayerShape* a,
91 LayerShape* b,
H A Dlayer_sorter_unittest.cc32 LayerShape front(2.f, 2.f, neg4_translate);
36 LayerShape back(2.f, 2.f, neg5_translate);
51 LayerShape back_right(2.f, 2.f, right_translate);
75 LayerShape left_face(2.f, 2.f, perspective_matrix * left_face_matrix);
79 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
99 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
105 LayerShape rotated_face(2.f, 2.f, perspective_matrix * through_matrix);
134 LayerShape layer_a(8.f, 20.f, transform_a);
139 LayerShape layer_b(8.f, 20.f, transform_b);
144 LayerShape layer_
[all...]
H A Dlayer_sorter.cc85 LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a,
86 LayerShape* b,
184 LayerShape::LayerShape() {} function in class:cc::LayerShape
186 LayerShape::LayerShape(float width, function in class:cc::LayerShape
240 LayerShape::~LayerShape() {}
246 float LayerShape::LayerZFromProjectedPoint(const gfx::PointF& p) const {
292 node.shape = LayerShape(layer_widt
[all...]

Completed in 73 milliseconds