Home
last modified time | relevance | path

Searched refs:aUnitDistance (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGViewBoxSMILType.cpp98 double aUnitDistance, in Interpolate() argument
114 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
115 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
116 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
118 (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp77 double aUnitDistance, in Interpolate() argument
87 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
90 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGNumberPairSMILType.cpp80 double aUnitDistance, in Interpolate() argument
90 aUnitDistance); in Interpolate()
94 aUnitDistance); in Interpolate()
H A DSVGMotionSMILType.cpp347 const double& aUnitDistance) { in InterpolateFloat() argument
348 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
353 double aUnitDistance, in Interpolate() argument
359 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
411 InterpolateFloat(startDist, endParams.mDistToPoint, aUnitDistance); in Interpolate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGViewBoxSMILType.cpp98 double aUnitDistance, in Interpolate() argument
114 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
115 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
116 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
118 (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGNumberPairSMILType.cpp80 double aUnitDistance, in Interpolate() argument
90 aUnitDistance); in Interpolate()
94 aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp77 double aUnitDistance, in Interpolate() argument
87 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
90 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGMotionSMILType.cpp347 const double& aUnitDistance) { in InterpolateFloat() argument
348 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
353 double aUnitDistance, in Interpolate() argument
359 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
411 InterpolateFloat(startDist, endParams.mDistToPoint, aUnitDistance); in Interpolate()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGViewBoxSMILType.cpp98 double aUnitDistance, in Interpolate() argument
114 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
115 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
116 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
118 (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGNumberPairSMILType.cpp80 double aUnitDistance, in Interpolate() argument
90 aUnitDistance); in Interpolate()
94 aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp77 double aUnitDistance, in Interpolate() argument
87 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
90 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGMotionSMILType.cpp347 const double& aUnitDistance) { in InterpolateFloat() argument
348 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
353 double aUnitDistance, in Interpolate() argument
359 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
411 InterpolateFloat(startDist, endParams.mDistToPoint, aUnitDistance); in Interpolate()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGViewBoxSMILType.cpp110 double aUnitDistance, in Interpolate() argument
128 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
129 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
130 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
131 float height = (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp88 double aUnitDistance, in Interpolate() argument
99 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
101 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGNumberPairSMILType.cpp90 double aUnitDistance, in Interpolate() argument
101 (aEndVal.mU.mNumberPair[0] - aStartVal.mU.mNumberPair[0]) * aUnitDistance); in Interpolate()
104 (aEndVal.mU.mNumberPair[1] - aStartVal.mU.mNumberPair[1]) * aUnitDistance); in Interpolate()
H A DSVGMotionSMILType.cpp376 const double& aUnitDistance) in InterpolateFloat() argument
378 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
384 double aUnitDistance, in Interpolate() argument
392 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
436 aUnitDistance); in Interpolate()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGViewBoxSMILType.cpp104 double aUnitDistance, in Interpolate() argument
123 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
124 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
125 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
127 (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp78 double aUnitDistance, in Interpolate() argument
89 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
92 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGNumberPairSMILType.cpp80 double aUnitDistance, in Interpolate() argument
91 aUnitDistance); in Interpolate()
95 aUnitDistance); in Interpolate()
H A DSVGMotionSMILType.cpp345 const double& aUnitDistance) { in InterpolateFloat() argument
346 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
351 double aUnitDistance, in Interpolate() argument
357 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
401 InterpolateFloat(startDist, endParams.mDistToPoint, aUnitDistance); in Interpolate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGViewBoxSMILType.cpp98 double aUnitDistance, in Interpolate() argument
114 float x = (start->x + (end->x - start->x) * aUnitDistance); in Interpolate()
115 float y = (start->y + (end->y - start->y) * aUnitDistance); in Interpolate()
116 float width = (start->width + (end->width - start->width) * aUnitDistance); in Interpolate()
118 (start->height + (end->height - start->height) * aUnitDistance); in Interpolate()
H A DSVGIntegerPairSMILType.cpp77 double aUnitDistance, in Interpolate() argument
87 (aEndVal.mU.mIntPair[0] - aStartVal.mU.mIntPair[0]) * aUnitDistance; in Interpolate()
90 (aEndVal.mU.mIntPair[1] - aStartVal.mU.mIntPair[1]) * aUnitDistance; in Interpolate()
H A DSVGNumberPairSMILType.cpp80 double aUnitDistance, in Interpolate() argument
90 aUnitDistance); in Interpolate()
94 aUnitDistance); in Interpolate()
H A DSVGMotionSMILType.cpp347 const double& aUnitDistance) { in InterpolateFloat() argument
348 return aStartFlt + aUnitDistance * (aEndFlt - aStartFlt); in InterpolateFloat()
353 double aUnitDistance, in Interpolate() argument
359 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
411 InterpolateFloat(startDist, endParams.mDistToPoint, aUnitDistance); in Interpolate()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILCSSValueType.cpp500 double aUnitDistance, in InterpolateForGecko() argument
511 *endCSSValue, aUnitDistance, in InterpolateForGecko()
522 double aUnitDistance, in InterpolateForServo() argument
556 Servo_AnimationValues_Interpolate(*startValue, *endValue, aUnitDistance) in InterpolateForServo()
570 double aUnitDistance, in Interpolate() argument
576 MOZ_ASSERT(aUnitDistance >= 0.0 && aUnitDistance <= 1.0, in Interpolate()
585 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, in Interpolate()
590 return InterpolateForGecko(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()

123456789