Searched refs:hasOpacity (Results 1 – 1 of 1) sorted by relevance
1289 bool hasOpacity = keyframes.containsProperty(CSSPropertyOpacity); in paintIntoLayer() local1292 if (!hasOpacity && !hasTransform) in paintIntoLayer()1314 … if ((hasOpacity && isFirstOrLastKeyframe) || currentKeyframe.containsProperty(CSSPropertyOpacity)) in paintIntoLayer()1326 …if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animatio… in paintIntoLayer()