Home
last modified time | relevance | path

Searched refs:AnimatedPropertyOpacity (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayerClient.h55 AnimatedPropertyOpacity, enumerator
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1296 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/
DGraphicsLayerCA.cpp217 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/
DGraphicsLayerAndroid.cpp78 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/
DAndroidAnimation.cpp203 : AndroidAnimation(AnimatedPropertyOpacity, animation, operations, beginTime) in AndroidOpacityAnimation()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1649 case AnimatedPropertyOpacity: in addAnimation()