fromType 111 Source/core/svg/SVGAnimationElement.h void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType) fromType 117 Source/core/svg/SVGAnimationElement.h animatedType = AnimatedType(fromType); fromType 391 Source/core/svg/SVGLength.cpp SVGLengthType fromType = from->unitType(); fromType 393 Source/core/svg/SVGLength.cpp || fromType == LengthTypeUnknown fromType 395 Source/core/svg/SVGLength.cpp || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage) fromType 396 Source/core/svg/SVGLength.cpp || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage) fromType 397 Source/core/svg/SVGLength.cpp || (!from->isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType)) fromType 402 Source/core/svg/SVGLength.cpp if (fromType == LengthTypePercentage || toType == LengthTypePercentage) { fromType 409 Source/core/svg/SVGLength.cpp if (fromType == toType || from->isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) { fromType 413 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress)); fromType 424 Source/core/svg/SVGLength.cpp float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from->valueInSpecifiedUnits(), from->unitMode(), fromType, es); fromType 285 Source/core/svg/SVGPathBlender.cpp static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode) fromType 287 Source/core/svg/SVGPathBlender.cpp if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath)) fromType 290 Source/core/svg/SVGPathBlender.cpp unsigned short from = fromType; fromType 87 Source/platform/Cursor.h static const Cursor& fromType(Cursor::Type);