HomeSort by relevance Sort by last modified time
    Searched full:animatedgreen (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.cpp 88 float animatedGreen = animatedColor.green();
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromColor.green(), toColor.green(), toAtEndOfDurationColor.green(), animatedGreen);
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 53 milliseconds