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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 447 float toPercent = m_keyTimes[index + 1];
449 float keyPointPercent = (percent - fromPercent) / (toPercent - fromPercent);
517 float toPercent;
520 toPercent = m_keyTimes[index + 1];
524 toPercent = static_cast<float>(index + 1) / (valuesCount - 1);
531 ASSERT(toPercent > fromPercent);
532 effectivePercent = (percent - fromPercent) / (toPercent - fromPercent);
SVGLength.cpp 407 float toPercent = valueAsPercentage() * 100;
408 length->newValueSpecifiedUnits(LengthTypePercentage, blink::blend(fromPercent, toPercent, progress));
  /prebuilts/sdk/tools/
jill.jar 

Completed in 190 milliseconds