Searched defs:min_progress (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc315 float min_progress = 0.0; local
318 keyframes_[i]->timing_function()->Range(&min_progress, &max_progress);
321 min_progress,
H A Dtransform_operations.cc48 SkMScalar min_progress,
76 min_progress,
46 BlendedBoundsForBox(const gfx::BoxF& box, const TransformOperations& from, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* bounds) const argument
H A Dtransform_operation.cc234 SkMScalar min_progress,
269 SkMScalarToFloat(BlendSkMScalars(from_angle, to_angle, min_progress));
367 SkMScalar min_progress,
394 if (!BlendTransformOperations(from, to, min_progress, &from_transform) ||
423 corner, from, to, min_progress, max_progress, &box_for_arc);
231 BoundingBoxForArc(const gfx::Point3F& point, const TransformOperation* from, const TransformOperation* to, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* box) argument
364 BlendedBoundsForBox(const gfx::BoxF& box, const TransformOperation* from, const TransformOperation* to, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* bounds) argument
H A Dtransform_operations_unittest.cc724 SkMScalar min_progress = 0.f; local
728 box, operations_from, min_progress, max_progress, &bounds));
740 SkMScalar min_progress = 0.f; local
744 box, operations_from, min_progress, max_progress, &bounds));
757 SkMScalar min_progress = -0.5f; local
760 box, operations_from, min_progress, max_progress, &bounds));
764 min_progress = 0.f;
767 box, operations_from, min_progress, max_progress, &bounds));
773 box, identity, min_progress, max_progress, &bounds));
778 box, operations_from, min_progress, max_progres
792 SkMScalar min_progress = -0.5f; local
827 SkMScalar min_progress = 0.f; local
860 SkMScalar min_progress = 0.f; local
992 float min_progress; member in struct:cc::__anon2642::TestProgress
1007 EmpiricallyTestBounds(const TransformOperations& from, const TransformOperations& to, SkMScalar min_progress, SkMScalar max_progress, bool test_containment_only) argument
1055 EmpiricallyTestBoundsEquality(const TransformOperations& from, const TransformOperations& to, SkMScalar min_progress, SkMScalar max_progress) argument
1062 EmpiricallyTestBoundsContainment(const TransformOperations& from, const TransformOperations& to, SkMScalar min_progress, SkMScalar max_progress) argument
1233 SkMScalar min_progress = 0.0f; local
1259 SkMScalar min_progress = -0.5f; local
[all...]

Completed in 80 milliseconds