Searched refs:animatedColor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedColor.cpp73 Color& animatedColor = animated->color(); local
85 float animatedRed = animatedColor.red();
88 float animatedGreen = animatedColor.green();
91 float animatedBlue = animatedColor.blue();
94 float animatedAlpha = animatedColor.alpha();
97 animatedColor = ColorDistance::clampColor(static_cast<int>(roundf(animatedRed)), static_cast<int>(roundf(animatedGreen)), static_cast<int>(roundf(animatedBlue)), static_cast<int>(roundf(animatedAlpha)));

Completed in 99 milliseconds