Searched refs:AnimatedPropertyWebkitTransform (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayerClient.h | 54 AnimatedPropertyWebkitTransform, enumerator
|
D | GraphicsLayer.cpp | 323 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform); in fetchTransformOperationList()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 76 case AnimatedPropertyWebkitTransform: in propertyIdToString() 909 if (valueList.property() == AnimatedPropertyWebkitTransform) { in addAnimation() 935 case AnimatedPropertyWebkitTransform: break; in createAnimationFromKeyframes() 978 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform); in createTransformAnimationsFromKeyframes() 982 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyWebkitTransform); in createTransformAnimationsFromKeyframes()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1295 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in paintIntoLayer() 1368 KeyframeValueList transformVector(AnimatedPropertyWebkitTransform); in paintIntoLayer() 1371 …(), transformAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyWebkitTransform), tim… in paintIntoLayer() 1438 case AnimatedPropertyWebkitTransform: in paintIntoLayer() 1457 return AnimatedPropertyWebkitTransform; in paintIntoLayer()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 215 case AnimatedPropertyWebkitTransform: in propertyIdToString() 625 if (valueList.property() == AnimatedPropertyWebkitTransform) in addAnimation() 1133 …moveOrCopyAnimationsForProperty(Move, AnimatedPropertyWebkitTransform, m_structuralLayer.get(), m_… in ensureStructuralLayer() 1210 …moveOrCopyAnimationsForProperty(Move, AnimatedPropertyWebkitTransform, m_layer.get(), m_structural… in ensureStructuralLayer() 1567 ASSERT(valueList.property() != AnimatedPropertyWebkitTransform); in createAnimationFromKeyframes() 1595 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform); in createTransformAnimationsFromKeyframes() 2075 …moveOrCopyAnimationsForProperty(Move, AnimatedPropertyWebkitTransform, oldLayer.get(), m_layer.get… in swapFromOrToTiledLayer() 2315 … moveOrCopyAnimationsForProperty(Copy, AnimatedPropertyWebkitTransform, layer, newLayer.get()); in cloneLayer()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | AndroidAnimation.cpp | 266 : AndroidAnimation(AnimatedPropertyWebkitTransform, animation, operations, beginTime) in AndroidTransformAnimation()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 1652 case AnimatedPropertyWebkitTransform: in addAnimation()
|