Home | History | Annotate | Download | only in animation

Lines Matching refs:m_cachedRepeatDur

132     , m_cachedRepeatDur(invalidCachedTime)
408 m_cachedRepeatDur = invalidCachedTime;
563 if (m_cachedRepeatDur != invalidCachedTime)
564 return m_cachedRepeatDur;
567 m_cachedRepeatDur = clockValue <= 0 ? SMILTime::unresolved() : clockValue;
568 return m_cachedRepeatDur;