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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.h 40 KeyframeValueList* operations,
70 KeyframeValueList* m_operations;
78 KeyframeValueList* operations,
81 KeyframeValueList* operations,
91 KeyframeValueList* operations,
94 KeyframeValueList* operations,
AndroidAnimation.cpp 46 KeyframeValueList* operations,
193 KeyframeValueList* operations,
201 KeyframeValueList* operations,
257 KeyframeValueList* operations,
264 KeyframeValueList* operations,
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 88 virtual bool addAnimation(const KeyframeValueList& valueList,
93 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&,
98 bool createAnimationFromKeyframes(const KeyframeValueList&,
GraphicsLayerAndroid.cpp 899 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 105 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& animationName, double timeOffset);
161 bool createAnimationFromKeyframes(const KeyframeValueList&, const Animation*, const String& animationName, double timeOffset);
162 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const String& animationName, double timeOffset, const IntSize& boxSize);
171 bool setAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*);
172 bool setAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*);
174 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
175 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
GraphicsLayerCA.cpp 233 static bool animationHasStepsTimingFunction(const KeyframeValueList& valueList, const Animation* anim)
605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 155 class KeyframeValueList {
156 WTF_MAKE_NONCOPYABLE(KeyframeValueList); WTF_MAKE_FAST_ALLOCATED;
159 KeyframeValueList(AnimatedPropertyID property)
164 ~KeyframeValueList()
304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; }
373 static void fetchTransformOperationList(const KeyframeValueList&, TransformOperationList&, bool& isValid, bool& hasBigRotation);
GraphicsLayer.cpp 44 void KeyframeValueList::insert(const AnimationValue* value)
316 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t index)
321 void GraphicsLayer::fetchTransformOperationList(const KeyframeValueList& valueList, TransformOperationList& list, bool& isValid, bool& hasBigRotation)
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 68 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOffset);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; }
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 2635 milliseconds