Searched refs:fromPercent (Results 1 – 2 of 2) sorted by relevance
446 float fromPercent = m_keyTimes[index]; in calculatePercentFromKeyPoints() local449 float keyPointPercent = (percent - fromPercent) / (toPercent - fromPercent); in calculatePercentFromKeyPoints()516 float fromPercent; in currentValuesForValuesAnimation() local519 fromPercent = m_keyTimes[index]; in currentValuesForValuesAnimation()523 fromPercent = static_cast<float>(index) / (valuesCount - 1); in currentValuesForValuesAnimation()531 ASSERT(toPercent > fromPercent); in currentValuesForValuesAnimation()532 effectivePercent = (percent - fromPercent) / (toPercent - fromPercent); in currentValuesForValuesAnimation()
406 float fromPercent = from->valueAsPercentage() * 100; in blend() local408 …length->newValueSpecifiedUnits(LengthTypePercentage, blink::blend(fromPercent, toPercent, progress… in blend()