/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | AndroidAnimation.h | 40 KeyframeValueList* operations, 70 KeyframeValueList* m_operations; 78 KeyframeValueList* operations, 81 KeyframeValueList* operations, 91 KeyframeValueList* operations, 94 KeyframeValueList* operations,
|
D | AndroidAnimation.cpp | 46 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/ |
D | GraphicsLayerCA.h | 105 …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…
|
D | GraphicsLayerCA.cpp | 233 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/ |
D | GraphicsLayer.h | 155 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…
|
D | GraphicsLayer.cpp | 44 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/ |
D | GraphicsLayerAndroid.h | 88 virtual bool addAnimation(const KeyframeValueList& valueList, 93 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, 98 bool createAnimationFromKeyframes(const KeyframeValueList&,
|
D | GraphicsLayerAndroid.cpp | 899 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/ |
D | GraphicsLayerTextureMapper.h | 86 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, … in addAnimation() argument
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 68 …virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, cons…
|
D | GraphicsLayerQt.cpp | 1384 …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/ |
D | RenderLayerBacking.cpp | 1295 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/ |
D | ChangeLog-2010-01-29 | 77967 (WebCore::KeyframeValueList:): 77968 (WebCore::KeyframeValueList::insert):
|
D | ChangeLog-2011-02-16 | 19983 on that and KeyframeValueList.
|