Home | History | Annotate | Download | only in animation

Lines Matching defs:keyframes

61         const PropertySpecificKeyframeVector& keyframes() const { return m_keyframes; }
85 return m_keyframeGroups->get(id)->keyframes();
107 static KeyframeVector normalizedKeyframes(const KeyframeVector& keyframes);
109 // Lazily computes the groups of property-specific keyframes.
114 // The spec describes filtering the normalized keyframes at sampling time
115 // to get the 'property-specific keyframes'. For efficiency, we cache the
134 static PassRefPtrWillBeRawPtr<KeyframeEffectModel<Keyframe> > create(const KeyframeVector& keyframes) { return adoptRefWillBeNoop(new KeyframeEffectModel(keyframes)); }
137 KeyframeEffectModel(const KeyframeVector& keyframes)
139 m_keyframes.appendVector(keyframes);