HomeSort by relevance Sort by last modified time
    Searched refs:KeyframeValueList (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 77 virtual bool addAnimation(const KeyframeValueList& valueList,
82 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&,
87 bool createAnimationFromKeyframes(const KeyframeValueList&,
GraphicsLayerAndroid.cpp 532 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList,
558 bool GraphicsLayerAndroid::createAnimationFromKeyframes(const KeyframeValueList& valueList,
599 bool GraphicsLayerAndroid::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList,
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 102 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
144 bool createAnimationFromKeyframes(const KeyframeValueList&, const Animation*, const String& keyframesName, double timeOffset);
145 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const String& keyframesName, double timeOffset, const IntSize& boxSize);
154 bool setAnimationEndpoints(const KeyframeValueList&, const Animation*, CABasicAnimation*);
155 bool setAnimationKeyframes(const KeyframeValueList&, const Animation*, CAKeyframeAnimation*);
157 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, CABasicAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
158 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, CAKeyframeAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
GraphicsLayerCA.mm 710 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset)
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 135 class KeyframeValueList : public Noncopyable {
138 KeyframeValueList(AnimatedPropertyID property)
143 ~KeyframeValueList()
277 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; }
342 static void fetchTransformOperationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);
GraphicsLayer.cpp 38 void KeyframeValueList::insert(const AnimationValue* value)
304 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t index)
309 void GraphicsLayer::fetchTransformOperationList(const KeyframeValueList& valueList, TransformOperationList& list, bool& isValid, bool& hasBigRotation)
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 66 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 1974 milliseconds