OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.cpp
117
RenderStyle*
fromStyle
= keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;
153
equal = !isActiveTransition || CSSPropertyAnimation::propertiesEqual(prop,
fromStyle
, &targetStyle);
162
m_transitions.set(prop, ImplicitAnimation::create(const_cast<CSSAnimationData*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() :
fromStyle
));
KeyframeAnimation.cpp
73
void KeyframeAnimation::fetchIntervalEndpointsForProperty(CSSPropertyID property, const RenderStyle*&
fromStyle
, const RenderStyle*& toStyle, double& prog) const
142
fromStyle
= prevKeyframe.style();
174
// through to the style blend so that we get the
fromStyle
.
194
const RenderStyle*
fromStyle
= 0;
197
fetchIntervalEndpointsForProperty(*it,
fromStyle
, toStyle, progress);
199
bool needsAnim = CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(),
fromStyle
, toStyle, progress);
224
const RenderStyle*
fromStyle
= 0;
227
fetchIntervalEndpointsForProperty(*it,
fromStyle
, toStyle, progress);
229
CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(),
fromStyle
, toStyle, progress);
Completed in 87 milliseconds