Searched refs:operations1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelperTest.cpp94 TransformOperations operations1; local
95 operations1.operations().append(TranslateTransformOperation::create(Length(2, blink::Fixed), Length(0, blink::Fixed), TransformOperation::TranslateX));
98 PrintToString(AnimatableTransform::create(operations1)));
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve_unittest.cc212 TransformOperations operations1; local
213 operations1.AppendTranslate(2.f, 0.f, 0.f);
218 0.f, operations1, scoped_ptr<TimingFunction>()));
232 TransformOperations operations1; local
233 operations1.AppendTranslate(2.f, 0.f, 0.f);
239 0.f, operations1, scoped_ptr<TimingFunction>()));
259 TransformOperations operations1; local
260 operations1.AppendTranslate(4.f, 0.f, 0.f);
268 0.f, operations1, scoped_ptr<TimingFunction>()));
310 FilterOperations operations1; local
330 FilterOperations operations1; local
357 FilterOperations operations1; local
435 TransformOperations operations1; local
459 TransformOperations operations1; local
490 TransformOperations operations1; local
521 TransformOperations operations1; local
[all...]
H A Dtransform_operations_unittest.cc673 TransformOperations operations1; local
674 operations1.AppendPerspective(1000);
683 expected, operations1.Blend(operations2, -0.5));
689 expected, operations1.Blend(operations2, 1.5));
695 TransformOperations operations1; local
696 operations1.AppendMatrix(transform1);
705 expected, operations1.Blend(operations2, 1.5));
709 expected, operations1.Blend(operations2, -0.5));
1331 TransformOperations operations1; local
1332 operations1
1390 TransformOperations operations1; local
1409 TransformOperations operations1; local
1433 TransformOperations operations1; local
[all...]
H A Dlayer_animation_controller_unittest.cc1479 TransformOperations operations1; local
1481 0.0, operations1, scoped_ptr<TimingFunction>()));
1482 operations1.AppendTranslate(10.0, 15.0, 0.0);
1484 1.0, operations1, scoped_ptr<TimingFunction>()));
1803 TransformOperations operations1; local
1805 0.0, operations1, scoped_ptr<TimingFunction>()));
1806 operations1.AppendTranslate(10.0, 15.0, 0.0);
1808 1.0, operations1, scoped_ptr<TimingFunction>()));
1858 TransformOperations operations1; local
1860 0.0, operations1, scoped_pt
1908 TransformOperations operations1; local
1972 TransformOperations operations1; local
[all...]

Completed in 158 milliseconds