Home | History | Annotate | Download | only in rendering

Lines Matching refs:fromStyle

1119 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle)
1128 opacityVector.insert(new FloatAnimationValue(0, compositingOpacity(fromStyle->opacity())));
1143 transformVector.insert(new TransformAnimationValue(0, &fromStyle->transform()));