Searched defs:max_progress (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc322 float max_progress = 1.0; local
324 keyframes_[i]->timing_function()->Range(&min_progress, &max_progress);
328 max_progress,
H A Dtransform_operations.cc48 SkMScalar max_progress,
72 max_progress,
45 BlendedBoundsForBox(const gfx::BoxF& box, const TransformOperations& from, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* bounds) const argument
H A Dtransform_operation.cc235 SkMScalar max_progress,
271 SkMScalarToFloat(BlendSkMScalars(from_angle, to_angle, max_progress));
370 SkMScalar max_progress,
397 !BlendTransformOperations(from, to, max_progress, &to_transform))
425 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
366 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.cc725 SkMScalar max_progress = 1.f; local
728 box, operations_from, min_progress, max_progress, &bounds));
741 SkMScalar max_progress = 1.f; local
744 box, operations_from, min_progress, max_progress, &bounds));
758 SkMScalar max_progress = 1.5f; local
760 box, operations_from, min_progress, max_progress, &bounds));
765 max_progress = 1.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_progress,
793 SkMScalar max_progress = 1.5f; local
828 SkMScalar max_progress = 1.f; local
861 SkMScalar max_progress = 1.f; local
993 float max_progress; member in struct:cc::__anon4127::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
1236 SkMScalar max_progress = 1.5f; local
[all...]
/external/chromium_org/chrome_frame/
H A Dhttp_negotiate.cc64 STDMETHOD(OnProgress)(ULONG progress, ULONG max_progress, argument
H A Dprotocol_sink_wrap.cc146 ULONG max_progress) {
149 << " progress: " << progress << " progress_max: " << max_progress; local
151 HRESULT hr = prot_data_->ReportData(delegate_, flags, progress, max_progress);
470 DWORD flags, ULONG progress, ULONG max_progress) {
474 return delegate->ReportData(flags, progress, max_progress);
510 return delegate->ReportData(flags, progress, max_progress);
145 ReportData(DWORD flags, ULONG progress, ULONG max_progress) argument
469 ReportData(IInternetProtocolSink* delegate, DWORD flags, ULONG progress, ULONG max_progress) argument
H A Durlmon_url_request.cc276 STDMETHODIMP UrlmonUrlRequest::OnProgress(ULONG progress, ULONG max_progress, argument

Completed in 320 milliseconds