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

  /external/chromium_org/cc/trees/
layer_sorter.h 40 struct CC_EXPORT LayerShape {
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,
layer_sorter_unittest.cc 32 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_c(8.f, 20.f, transform_c)
    [all...]
layer_sorter.cc 85 LayerSorter::ABCompareResult LayerSorter::CheckOverlap(LayerShape* a,
86 LayerShape* b,
184 LayerShape::LayerShape() {}
186 LayerShape::LayerShape(float width,
240 LayerShape::~LayerShape() {}
246 float LayerShape::LayerZFromProjectedPoint(const gfx::PointF& p) const {
292 node.shape = LayerShape(layer_width, layer_height, draw_transform)
    [all...]

Completed in 183 milliseconds