Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1296 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer() local
1315 opacityVector.insert(new FloatAnimationValue(key, keyframeStyle->opacity(), tf)); in paintIntoLayer()
1326 …if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animatio… in paintIntoLayer()
1353 KeyframeValueList opacityVector(AnimatedPropertyOpacity); in paintIntoLayer() local
1354opacityVector.insert(new FloatAnimationValue(0, compositingOpacity(fromStyle->opacity()))); in paintIntoLayer()
1355opacityVector.insert(new FloatAnimationValue(1, compositingOpacity(toStyle->opacity()))); in paintIntoLayer()
1357 …if (m_graphicsLayer->addAnimation(opacityVector, IntSize(), opacityAnim, GraphicsLayer::animationN… in paintIntoLayer()