Searched refs:AnimatedPropertyOpacity (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayerClient.h | 55 AnimatedPropertyOpacity, enumerator
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1296 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer() 1353 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer() 1357 …ntSize(), opacityAnim, GraphicsLayer::animationNameForTransition(AnimatedPropertyOpacity), timeOff… in paintIntoLayer() 1441 case AnimatedPropertyOpacity: in paintIntoLayer() 1459 return AnimatedPropertyOpacity; in paintIntoLayer()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 217 case AnimatedPropertyOpacity: in propertyIdToString() 615 if (valueList.property() == AnimatedPropertyOpacity) in addAnimation() 1134 …moveOrCopyAnimationsForProperty(Move, AnimatedPropertyOpacity, m_structuralLayer.get(), m_layer.ge… in ensureStructuralLayer() 1211 …moveOrCopyAnimationsForProperty(Move, AnimatedPropertyOpacity, m_layer.get(), m_structuralLayer.ge… in ensureStructuralLayer() 1711 case AnimatedPropertyOpacity: { in setAnimationEndpoints() 1741 case AnimatedPropertyOpacity: { in setAnimationKeyframes() 2076 moveOrCopyAnimationsForProperty(Move, AnimatedPropertyOpacity, oldLayer.get(), m_layer.get()); in swapFromOrToTiledLayer() 2316 moveOrCopyAnimationsForProperty(Copy, AnimatedPropertyOpacity, layer, newLayer.get()); in cloneLayer()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 78 case AnimatedPropertyOpacity: in propertyIdToString() 937 case AnimatedPropertyOpacity: { in createAnimationFromKeyframes() 940 KeyframeValueList* operationsList = new KeyframeValueList(AnimatedPropertyOpacity); in createAnimationFromKeyframes()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | AndroidAnimation.cpp | 203 : AndroidAnimation(AnimatedPropertyOpacity, animation, operations, beginTime) in AndroidOpacityAnimation()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 1649 case AnimatedPropertyOpacity: in addAnimation()
|