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/
AndroidAnimation.h 40 KeyframeValueList* operations,
70 KeyframeValueList* m_operations;
78 KeyframeValueList* operations,
81 KeyframeValueList* operations,
91 KeyframeValueList* operations,
94 KeyframeValueList* operations,
GraphicsLayerAndroid.h 84 virtual bool addAnimation(const KeyframeValueList& valueList,
89 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&,
94 bool createAnimationFromKeyframes(const KeyframeValueList&,
AndroidAnimation.cpp 63 KeyframeValueList* operations,
210 KeyframeValueList* operations,
218 KeyframeValueList* operations,
274 KeyframeValueList* operations,
281 KeyframeValueList* operations,
GraphicsLayerAndroid.cpp 708 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList,
735 bool GraphicsLayerAndroid::createAnimationFromKeyframes(const KeyframeValueList& valueList,
749 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyOpacity);
781 bool GraphicsLayerAndroid::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList,
791 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyWebkitTransform);
    [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 3114 milliseconds