HomeSort by relevance Sort by last modified time
    Searched refs:fromOpacity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h 65 WebAnimations startTransition(double timeOffset, CSSPropertyID, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity);
WebAnimationProvider.cpp 165 WebAnimations WebAnimationProvider::startTransition(double timeOffset, CSSPropertyID property, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity)
168 ASSERT(property == CSSPropertyOpacity || (!fromOpacity && !toOpacity));
175 opacityVector.insert(adoptPtr(new FloatAnimationValue(0, fromOpacity)));
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 454 float fromOpacity = a->opacity();
457 dst->setOpacity(blendFunc(anim, (fromOpacity == 1) ? 0.999999f : fromOpacity, b->opacity(), progress));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp     [all...]

Completed in 30 milliseconds