Home
last modified time | relevance | path

Searched refs:KeyframeValueList (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.h40 KeyframeValueList* operations,
70 KeyframeValueList* m_operations;
78 KeyframeValueList* operations,
81 KeyframeValueList* operations,
91 KeyframeValueList* operations,
94 KeyframeValueList* operations,
DAndroidAnimation.cpp46 KeyframeValueList* operations, in AndroidAnimation()
193 KeyframeValueList* operations, in create()
201 KeyframeValueList* operations, in AndroidOpacityAnimation()
257 KeyframeValueList* operations, in create()
264 KeyframeValueList* operations, in AndroidTransformAnimation()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h105 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
161 …bool createAnimationFromKeyframes(const KeyframeValueList&, const Animation*, const String& animat…
162 …bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const Stri…
171 bool setAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*);
172 bool setAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*);
174 …bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimatio…
175 …bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimatio…
DGraphicsLayerCA.cpp233 static bool animationHasStepsTimingFunction(const KeyframeValueList& valueList, const Animation* an… in animationHasStepsTimingFunction()
605 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, cons… in addAnimation()
1565 bool GraphicsLayerCA::createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animat… in createAnimationFromKeyframes()
1593 bool GraphicsLayerCA::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, co… in createTransformAnimationsFromKeyframes()
1708 bool GraphicsLayerCA::setAnimationEndpoints(const KeyframeValueList& valueList, const Animation* an… in setAnimationEndpoints()
1730 bool GraphicsLayerCA::setAnimationKeyframes(const KeyframeValueList& valueList, const Animation* an… in setAnimationKeyframes()
1764 bool GraphicsLayerCA::setTransformAnimationEndpoints(const KeyframeValueList& valueList, const Anim… in setTransformAnimationEndpoints()
1823 bool GraphicsLayerCA::setTransformAnimationKeyframes(const KeyframeValueList& valueList, const Anim… in setTransformAnimationKeyframes()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h155 class KeyframeValueList {
156 WTF_MAKE_NONCOPYABLE(KeyframeValueList); WTF_MAKE_FAST_ALLOCATED;
159 KeyframeValueList(AnimatedPropertyID property) in KeyframeValueList() function
164 ~KeyframeValueList() in ~KeyframeValueList()
304 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() argument
373 …static void fetchTransformOperationList(const KeyframeValueList&, TransformOperationList&, bool& i…
DGraphicsLayer.cpp44 void KeyframeValueList::insert(const AnimationValue* value) in insert()
316 static inline const TransformOperations* operationsAt(const KeyframeValueList& valueList, size_t in… in operationsAt()
321 void GraphicsLayer::fetchTransformOperationList(const KeyframeValueList& valueList, TransformOperat… in fetchTransformOperationList()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h88 virtual bool addAnimation(const KeyframeValueList& valueList,
93 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&,
98 bool createAnimationFromKeyframes(const KeyframeValueList&,
DGraphicsLayerAndroid.cpp899 bool GraphicsLayerAndroid::addAnimation(const KeyframeValueList& valueList, in addAnimation()
926 bool GraphicsLayerAndroid::createAnimationFromKeyframes(const KeyframeValueList& valueList, in createAnimationFromKeyframes()
940 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyOpacity); in createAnimationFromKeyframes()
972 bool GraphicsLayerAndroid::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueLis… in createTransformAnimationsFromKeyframes()
982 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyWebkitTransform); in createTransformAnimationsFromKeyframes()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.h86 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() argument
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h68 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
DGraphicsLayerQt.cpp1384 …AnimationQtBase(GraphicsLayerQtImpl* layer, const KeyframeValueList& values, const IntSize& boxSiz… in AnimationQtBase()
1427 …AnimationQt(GraphicsLayerQtImpl* layer, const KeyframeValueList& values, const IntSize& boxSize, c… in AnimationQt()
1519 …TransformAnimationQt(GraphicsLayerQtImpl* layer, const KeyframeValueList& values, const IntSize& b… in TransformAnimationQt()
1590 …OpacityAnimationQt(GraphicsLayerQtImpl* layer, const KeyframeValueList& values, const IntSize& box… in OpacityAnimationQt()
1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const A… in addAnimation()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1295 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in paintIntoLayer()
1296 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer()
1353 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer()
1368 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in paintIntoLayer()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2977967 (WebCore::KeyframeValueList:):
77968 (WebCore::KeyframeValueList::insert):
DChangeLog-2011-02-1619983 on that and KeyframeValueList.