SVGPoint 80 Source/core/svg/SVGPathElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPoint 45 Source/core/svg/SVGPoint.cpp SVGPoint::SVGPoint() SVGPoint 50 Source/core/svg/SVGPoint.cpp SVGPoint::SVGPoint(const FloatPoint& point) SVGPoint 56 Source/core/svg/SVGPoint.cpp PassRefPtr<SVGPoint> SVGPoint::clone() const SVGPoint 58 Source/core/svg/SVGPoint.cpp return SVGPoint::create(m_value); SVGPoint 61 Source/core/svg/SVGPoint.cpp PassRefPtr<SVGPropertyBase> SVGPoint::cloneForAnimation(const String& value) const SVGPoint 63 Source/core/svg/SVGPoint.cpp RefPtr<SVGPoint> point = SVGPoint::create(); SVGPoint 69 Source/core/svg/SVGPoint.cpp void SVGPoint::parse(const CharType*& ptr, const CharType* end, ExceptionState& exceptionState) SVGPoint 93 Source/core/svg/SVGPoint.cpp FloatPoint SVGPoint::matrixTransform(const AffineTransform& transform) const SVGPoint 100 Source/core/svg/SVGPoint.cpp void SVGPoint::setValueAsString(const String& string, ExceptionState& exceptionState) SVGPoint 119 Source/core/svg/SVGPoint.cpp String SVGPoint::valueAsString() const SVGPoint 128 Source/core/svg/SVGPoint.cpp void SVGPoint::add(PassRefPtr<SVGPropertyBase> other, SVGElement*) SVGPoint 134 Source/core/svg/SVGPoint.cpp void SVGPoint::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) SVGPoint 140 Source/core/svg/SVGPoint.cpp float SVGPoint::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) SVGPoint 42 Source/core/svg/SVGPoint.h class SVGPoint : public SVGPropertyBase { SVGPoint 46 Source/core/svg/SVGPoint.h static PassRefPtr<SVGPoint> create() SVGPoint 48 Source/core/svg/SVGPoint.h return adoptRef(new SVGPoint()); SVGPoint 51 Source/core/svg/SVGPoint.h static PassRefPtr<SVGPoint> create(const FloatPoint& point) SVGPoint 53 Source/core/svg/SVGPoint.h return adoptRef(new SVGPoint(point)); SVGPoint 56 Source/core/svg/SVGPoint.h PassRefPtr<SVGPoint> clone() const; SVGPoint 69 Source/core/svg/SVGPoint.h bool operator==(const SVGPoint&) const; SVGPoint 70 Source/core/svg/SVGPoint.h bool operator!=(const SVGPoint& other) const { return !operator==(other); } SVGPoint 82 Source/core/svg/SVGPoint.h SVGPoint(); SVGPoint 83 Source/core/svg/SVGPoint.h explicit SVGPoint(const FloatPoint&); SVGPoint 91 Source/core/svg/SVGPoint.h inline PassRefPtr<SVGPoint> toSVGPoint(PassRefPtr<SVGPropertyBase> passBase) SVGPoint 94 Source/core/svg/SVGPoint.h ASSERT(base->type() == SVGPoint::classType()); SVGPoint 95 Source/core/svg/SVGPoint.h return static_pointer_cast<SVGPoint>(base.release()); SVGPoint 96 Source/core/svg/SVGPointList.cpp append(SVGPoint::create(FloatPoint(x, y))); SVGPoint 173 Source/core/svg/SVGPointList.cpp append(SVGPoint::create()); SVGPoint 42 Source/core/svg/SVGPointList.h class SVGPointList FINAL : public SVGListPropertyHelper<SVGPointList, SVGPoint> { SVGPoint 41 Source/core/svg/SVGPointTearOff.cpp SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) SVGPoint 42 Source/core/svg/SVGPointTearOff.cpp : SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName) SVGPoint 72 Source/core/svg/SVGPointTearOff.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPoint 42 Source/core/svg/SVGPointTearOff.h class SVGPointTearOff : public SVGPropertyTearOff<SVGPoint>, public ScriptWrappable { SVGPoint 44 Source/core/svg/SVGPointTearOff.h static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) SVGPoint 57 Source/core/svg/SVGPointTearOff.h SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = nullQName()); SVGPoint 74 Source/core/svg/SVGSVGElement.cpp , m_translation(SVGPoint::create()) SVGPoint 452 Source/core/svg/SVGSVGElement.cpp return SVGPointTearOff::create(SVGPoint::create(), 0, PropertyIsNotAnimVal); SVGPoint 170 Source/core/svg/SVGSVGElement.h RefPtr<SVGPoint> m_translation; SVGPoint 127 Source/core/svg/SVGTextContentElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPoint 140 Source/core/svg/SVGTextContentElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPoint 56 Source/core/svg/SVGZoomEvent.cpp RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_previousTranslate), 0, PropertyIsNotAnimVal); SVGPoint 73 Source/core/svg/SVGZoomEvent.cpp RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_newTranslate), 0, PropertyIsNotAnimVal);