HomeSort by relevance Sort by last modified time
    Searched full:m_progress (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBlender.cpp 34 , m_progress(0)
54 return blend(from, to, m_progress);
60 float animValue = blend(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
66 float currentValue = blend(fromValue, toValue, m_progress);
80 return blendFloatPoint(fromPoint, toPoint, m_progress);
89 animatedPoint = blendFloatPoint(fromPoint, animatedPoint, m_progress);
95 FloatPoint currentPoint = blendFloatPoint(m_fromCurrentPoint, m_toCurrentPoint, m_progress);
260 m_consumer->arcTo(blend(fromRx, toRx, m_progress),
261 blend(fromRy, toRy, m_progress),
262 blend(fromAngle, toAngle, m_progress),
    [all...]
SVGPathBlender.h 66 float m_progress; member in class:blink::SVGPathBlender
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptProfiler.cpp 145 : m_progress(progress), m_firstReport(true) { }
148 ControlOption result = m_progress->isCanceled() ? kAbort : kContinue;
151 m_progress->Start(total);
153 m_progress->Worked(done);
156 m_progress->Done();
160 ScriptProfiler::HeapSnapshotProgress* m_progress; member in class:blink::__anon15522::FINAL

Completed in 691 milliseconds