Searched refs:IsTranslation (Results 1 - 14 of 14) sorted by last modified time

/external/chromium_org/tools/grit/grit/node/
H A Dbase.py540 if (hasattr(node, 'IsTranslation') and
541 node.IsTranslation() and
H A Dio.py25 def IsTranslation(self): member in class:FileNode
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter.cc69 bool TransformAnimationCurveAdapter::IsTranslation() const { function in class:ui::TransformAnimationCurveAdapter
134 bool InverseTransformCurveAdapter::IsTranslation() const { function in class:ui::InverseTransformCurveAdapter
136 base_curve_.IsTranslation();
H A Dtransform_animation_curve_adapter.h34 virtual bool IsTranslation() const OVERRIDE;
64 virtual bool IsTranslation() const OVERRIDE;
/external/chromium_org/cc/animation/
H A Danimation_curve.h82 virtual bool IsTranslation() const = 0;
H A Dkeyframed_animation_curve.cc338 bool KeyframedTransformAnimationCurve::IsTranslation() const { function in class:cc::KeyframedTransformAnimationCurve
340 if (!keyframes_[i]->Value().IsTranslation() &&
H A Dkeyframed_animation_curve.h187 virtual bool IsTranslation() const OVERRIDE;
H A Dkeyframed_animation_curve_unittest.cc486 TEST(KeyframedAnimationCurveTest, IsTranslation) {
499 EXPECT_TRUE(curve->IsTranslation());
506 EXPECT_FALSE(curve->IsTranslation());
513 EXPECT_FALSE(curve->IsTranslation());
H A Dlayer_animation_controller.cc492 if (!transform_animation_curve->IsTranslation())
H A Dtransform_operations.cc97 bool TransformOperations::IsTranslation() const { function in class:cc::TransformOperations
H A Dtransform_operations.h64 bool IsTranslation() const;
H A Dtransform_operations_unittest.cc1346 EXPECT_TRUE(empty_operations.IsTranslation());
1350 EXPECT_TRUE(identity.IsTranslation());
1354 EXPECT_TRUE(translate.IsTranslation());
1358 EXPECT_FALSE(rotate.IsTranslation());
1362 EXPECT_FALSE(scale.IsTranslation());
1366 EXPECT_FALSE(skew.IsTranslation());
1370 EXPECT_FALSE(perspective.IsTranslation());
1374 EXPECT_TRUE(identity_matrix.IsTranslation());
1380 EXPECT_TRUE(translation_matrix.IsTranslation());
1386 EXPECT_FALSE(scaling_matrix.IsTranslation());
[all...]
/external/chromium_org/cc/test/
H A Danimation_test_common.cc173 bool FakeTransformTransition::IsTranslation() const { return true; } function in class:cc::FakeTransformTransition
H A Danimation_test_common.h47 virtual bool IsTranslation() const OVERRIDE;

Completed in 617 milliseconds