Searched refs:m_cachedValue (Results 1 – 6 of 6) sorted by relevance
42 , 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()
34 mutable OwnPtrWillBeMember<InterpolableValue> m_cachedValue; variable39 InterpolableValue* getCachedValueForTesting() const { return m_cachedValue.get(); } in getCachedValueForTesting()
22 …StyleBuilder::applyProperty(m_id, state, toInterpolableBool(m_cachedValue.get())->value() ? m_endC… in apply()
28 return toInterpolableAnimatableValue(m_cachedValue.get())->value(); in currentValue()
101 …StyleBuilder::applyProperty(m_id, state, interpolableValueToLength(m_cachedValue.get(), m_range).g… in apply()
300 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