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.cc31 LayerShape front(2.f, 2.f, neg4_translate);
35 LayerShape back(2.f, 2.f, neg5_translate);
50 LayerShape back_right(2.f, 2.f, right_translate);
74 LayerShape left_face(2.f, 2.f, perspective_matrix * left_face_matrix);
78 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
98 LayerShape front_face(2.f, 2.f, perspective_matrix * front_face_matrix);
104 LayerShape rotated_face(2.f, 2.f, perspective_matrix * through_matrix);
133 LayerShape layer_a(8.f, 20.f, transform_a);
138 LayerShape layer_b(8.f, 20.f, transform_b);
143 LayerShape layer_
[all...]
H A Dlayer_sorter.cc84 LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a,
85 LayerShape* b,
183 LayerShape::LayerShape() {} function in class:cc::LayerShape
185 LayerShape::LayerShape(float width, function in class:cc::LayerShape
239 LayerShape::~LayerShape() {}
245 float LayerShape::LayerZFromProjectedPoint(gfx::PointF p) const {
291 node.shape = LayerShape(layer_widt
[all...]

Completed in 107 milliseconds