Home | History | Annotate | Download | only in layers

Lines Matching refs:m_animations

174     KeyframesMap::const_iterator end = layer.m_animations.end();
175 for (KeyframesMap::const_iterator it = layer.m_animations.begin(); it != end; ++it) {
176 m_animations.add(it->first, it->second);
204 m_animations.clear();
234 return !!m_animations.size();
247 KeyframesMap::const_iterator end = m_animations.end();
248 for (KeyframesMap::const_iterator it = m_animations.begin(); it != end; ++it) {
263 KeyframesMap::const_iterator localBegin = m_animations.begin();
264 KeyframesMap::const_iterator localEnd = m_animations.end();
302 m_animations.add(key, anim);
307 KeyframesMap::const_iterator end = m_animations.end();
309 for (KeyframesMap::const_iterator it = m_animations.begin(); it != end; ++it) {
315 m_animations.remove(toDelete[i]);
320 KeyframesMap::const_iterator end = m_animations.end();
322 for (KeyframesMap::const_iterator it = m_animations.begin(); it != end; ++it) {
328 m_animations.remove(toDelete[i]);
682 isPositionFixed(), m_animations.size() != 0,