Home
last modified time | relevance | path

Searched refs:m_cachedValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DInterpolation.cpp42 , m_cachedValue(m_start->clone()) in Interpolation()
50 m_cachedValue = m_start->interpolate(*m_end, fraction); in interpolate()
60 visitor->trace(m_cachedValue); in trace()
DInterpolation.h34 mutable OwnPtrWillBeMember<InterpolableValue> m_cachedValue; variable
39 InterpolableValue* getCachedValueForTesting() const { return m_cachedValue.get(); } in getCachedValueForTesting()
DDefaultStyleInterpolation.h22 …StyleBuilder::applyProperty(m_id, state, toInterpolableBool(m_cachedValue.get())->value() ? m_endC… in apply()
DLegacyStyleInterpolation.h28 return toInterpolableAnimatableValue(m_cachedValue.get())->value(); in currentValue()
DLengthStyleInterpolation.cpp101 …StyleBuilder::applyProperty(m_id, state, interpolableValueToLength(m_cachedValue.get(), m_range).g… in apply()
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h300 m_cachedValue = 0; // this is to avoid a compilation warning in m_vector()
312 m_cachedValue = 0; // this is to avoid a compilation warning in m_vector()
318 m_cachedValue = llElements[m_currentEl].value; in m_vector()
324 Scalar value() const { return m_cachedValue; } in value()
337 m_cachedValue = m_vector.m_buffer[m_cachedIndex];
354 m_cachedValue = llElements[m_currentEl].value;
365 Scalar m_cachedValue; // current value variable