Home
last modified time | relevance | path

Searched refs:aRotateType (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp78 MotionSegment(Path* aPath, float aDistToPoint, RotateType aRotateType, in MotionSegment()
80 : mRotateType(aRotateType), in MotionSegment()
220 Path* aPath, float aDistance, RotateType aRotateType, in GetAngleAndPointAtDistance() argument
224 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
231 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
234 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
448 RotateType aRotateType, in ConstructSMILValue() argument
455 MotionSegment(aPath, aDist, aRotateType, aRotateAngle), fallible)); in ConstructSMILValue()
H A DSVGMotionSMILType.h69 RotateType aRotateType,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGMotionSMILType.cpp78 MotionSegment(Path* aPath, float aDistToPoint, RotateType aRotateType, in MotionSegment()
80 : mRotateType(aRotateType), in MotionSegment()
220 Path* aPath, float aDistance, RotateType aRotateType, in GetAngleAndPointAtDistance() argument
224 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
231 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
234 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
448 RotateType aRotateType, in ConstructSMILValue() argument
455 MotionSegment(aPath, aDist, aRotateType, aRotateAngle), fallible)); in ConstructSMILValue()
H A DSVGMotionSMILType.h69 RotateType aRotateType,
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGMotionSMILType.cpp78 MotionSegment(Path* aPath, float aDistToPoint, RotateType aRotateType, in MotionSegment()
80 : mRotateType(aRotateType), in MotionSegment()
220 Path* aPath, float aDistance, RotateType aRotateType, in GetAngleAndPointAtDistance() argument
224 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
231 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
234 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
448 RotateType aRotateType, in ConstructSMILValue() argument
455 MotionSegment(aPath, aDist, aRotateType, aRotateAngle), fallible)); in ConstructSMILValue()
H A DSVGMotionSMILType.h69 RotateType aRotateType,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp78 MotionSegment(Path* aPath, float aDistToPoint, RotateType aRotateType, in MotionSegment()
80 : mRotateType(aRotateType), in MotionSegment()
220 Path* aPath, float aDistance, RotateType aRotateType, in GetAngleAndPointAtDistance() argument
224 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
231 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
234 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
448 RotateType aRotateType, in ConstructSMILValue() argument
455 MotionSegment(aPath, aDist, aRotateType, aRotateAngle), fallible)); in ConstructSMILValue()
H A DSVGMotionSMILType.h69 RotateType aRotateType,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGMotionSMILType.cpp81 RotateType aRotateType, float aRotateAngle) in MotionSegment()
82 : mRotateType(aRotateType), mRotateAngle(aRotateAngle), in MotionSegment()
236 RotateType aRotateType, in GetAngleAndPointAtDistance() argument
240 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
247 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
250 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
478 RotateType aRotateType, in ConstructSMILValue() argument
486 aRotateType, aRotateAngle), in ConstructSMILValue()
H A DSVGMotionSMILType.h76 RotateType aRotateType,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGMotionSMILType.cpp73 MotionSegment(Path* aPath, float aDistToPoint, RotateType aRotateType, in MotionSegment()
75 : mRotateType(aRotateType), in MotionSegment()
215 Path* aPath, float aDistance, RotateType aRotateType, in GetAngleAndPointAtDistance() argument
219 if (aRotateType == eRotateType_Explicit) { in GetAngleAndPointAtDistance()
226 if (aRotateType == eRotateType_Auto) { in GetAngleAndPointAtDistance()
229 MOZ_ASSERT(aRotateType == eRotateType_AutoReverse); in GetAngleAndPointAtDistance()
437 Path* aPath, float aDist, RotateType aRotateType, float aRotateAngle) { in ConstructSMILValue() argument
443 MotionSegment(aPath, aDist, aRotateType, aRotateAngle), fallible)); in ConstructSMILValue()
H A DSVGMotionSMILType.h70 RotateType aRotateType,