Home
last modified time | relevance | path

Searched refs:transform_origin (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl_unittest.cc51 gfx::Point3F transform_origin; in TEST_F() local
56 transform_origin, in TEST_F()
103 gfx::Point3F transform_origin; in TEST_F() local
108 transform_origin, in TEST_F()
119 transform_origin, in TEST_F()
175 gfx::Point3F transform_origin; in TEST_F() local
180 transform_origin, in TEST_F()
239 gfx::Point3F transform_origin; in TEST_F() local
246 transform_origin, in TEST_F()
297 gfx::Point3F transform_origin; in TEST_F() local
[all …]
Dlayer_sorter.cc237 transform_origin = c1; in LayerShape()
248 gfx::Vector3dF w = gfx::Point3F(p) - transform_origin; in LayerZFromProjectedPoint()
294 max_z = std::max(max_z, node.shape.transform_origin.z()); in CreateGraphNodes()
295 min_z = std::min(min_z, node.shape.transform_origin.z()); in CreateGraphNodes()
Dlayer_tree_host_common.cc1649 gfx::Point3F transform_origin = layer->transform_origin(); in CalculateDrawPropertiesInternal() local
1655 combined_transform.Translate3d(position.x() + transform_origin.x(), in CalculateDrawPropertiesInternal()
1656 position.y() + transform_origin.y(), in CalculateDrawPropertiesInternal()
1657 transform_origin.z()); in CalculateDrawPropertiesInternal()
1663 -transform_origin.x(), -transform_origin.y(), -transform_origin.z()); in CalculateDrawPropertiesInternal()
2280 layer->replica_layer()->transform_origin().x(), in CalculateDrawPropertiesInternal()
2282 layer->replica_layer()->transform_origin().y()); in CalculateDrawPropertiesInternal()
2286 -layer->replica_layer()->transform_origin().x(), in CalculateDrawPropertiesInternal()
2287 -layer->replica_layer()->transform_origin().y()); in CalculateDrawPropertiesInternal()
Dlayer_sorter.h48 gfx::Point3F transform_origin;
Dlayer_tree_host_common_unittest.cc6899 gfx::Point3F transform_origin; in TEST_F() local
6904 transform_origin, in TEST_F()
6915 transform_origin, in TEST_F()
6923 transform_origin, in TEST_F()
6931 transform_origin, in TEST_F()
Dlayer_tree_host_unittest.cc1307 const gfx::Point3F& transform_origin, in SetLayerPropertiesForTesting() argument
1315 layer->SetTransformOrigin(transform_origin); in SetLayerPropertiesForTesting()
/external/chromium_org/cc/test/
Dlayer_tree_host_common_test.cc25 const gfx::Point3F& transform_origin, in SetLayerPropertiesForTesting() argument
32 transform_origin, in SetLayerPropertiesForTesting()
42 const gfx::Point3F& transform_origin, in SetLayerPropertiesForTesting() argument
49 transform_origin, in SetLayerPropertiesForTesting()
Dlayer_tree_host_common_test.h38 const gfx::Point3F& transform_origin, in SetLayerPropertiesForTestingInternal() argument
44 layer->SetTransformOrigin(transform_origin); in SetLayerPropertiesForTestingInternal()
53 const gfx::Point3F& transform_origin,
61 const gfx::Point3F& transform_origin,
/external/chromium_org/cc/blink/
Dweb_layer_impl_fixed_bounds.cc33 const blink::WebFloatPoint3D& transform_origin) { in setTransformOrigin() argument
34 if (transform_origin != this->transformOrigin()) { in setTransformOrigin()
35 layer_->SetTransformOrigin(transform_origin); in setTransformOrigin()
Dweb_layer_impl_fixed_bounds.h28 const blink::WebFloatPoint3D& transform_origin);
Dweb_layer_impl.cc185 return layer_->transform_origin(); in transformOrigin()
/external/chromium_org/cc/layers/
Dlayer_utils.cc78 int transform_origin_x = layer->transform_origin().x(); in GetAnimationBounds()
79 int transform_origin_y = layer->transform_origin().y(); in GetAnimationBounds()
80 int transform_origin_z = layer->transform_origin().z(); in GetAnimationBounds()
Dlayer_position_constraint_unittest.cc22 const gfx::Point3F& transform_origin, in SetLayerPropertiesForTesting() argument
27 layer->SetTransformOrigin(transform_origin); in SetLayerPropertiesForTesting()
88 gfx::Point3F transform_origin; in CreateTreeForTest() local
94 transform_origin, in CreateTreeForTest()
99 child.get(), IdentityMatrix, transform_origin, position, bounds, true); in CreateTreeForTest()
102 transform_origin, in CreateTreeForTest()
108 transform_origin, in CreateTreeForTest()
Dlayer_impl.h225 void SetTransformOrigin(const gfx::Point3F& transform_origin);
226 gfx::Point3F transform_origin() const { return transform_origin_; } in transform_origin() function
Dlayer.cc585 void Layer::SetTransformOrigin(const gfx::Point3F& transform_origin) { in SetTransformOrigin() argument
587 if (transform_origin_ == transform_origin) in SetTransformOrigin()
589 transform_origin_ = transform_origin; in SetTransformOrigin()
Dlayer_impl.cc874 void LayerImpl::SetTransformOrigin(const gfx::Point3F& transform_origin) { in SetTransformOrigin() argument
875 if (transform_origin_ == transform_origin) in SetTransformOrigin()
877 transform_origin_ = transform_origin; in SetTransformOrigin()
Dlayer.h182 gfx::Point3F transform_origin() { return transform_origin_; } in transform_origin() function
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc676 EXPECT_EQ(gfx::Point3F(), l1->cc_layer()->transform_origin()); in TEST_F()
693 EXPECT_EQ(gfx::Point3F(), l1->cc_layer()->transform_origin()); in TEST_F()
710 EXPECT_EQ(gfx::Point3F(), l1->cc_layer()->transform_origin()); in TEST_F()