SVGPointTearOff 47 Source/core/svg/SVGGeometryElement.cpp bool SVGGeometryElement::isPointInFill(PassRefPtr<SVGPointTearOff> point) const SVGPointTearOff 61 Source/core/svg/SVGGeometryElement.cpp bool SVGGeometryElement::isPointInStroke(PassRefPtr<SVGPointTearOff> point) const SVGPointTearOff 38 Source/core/svg/SVGGeometryElement.h class SVGPointTearOff; SVGPointTearOff 42 Source/core/svg/SVGGeometryElement.h bool isPointInFill(PassRefPtr<SVGPointTearOff>) const; SVGPointTearOff 43 Source/core/svg/SVGGeometryElement.h bool isPointInStroke(PassRefPtr<SVGPointTearOff>) const; SVGPointTearOff 76 Source/core/svg/SVGPathElement.cpp PassRefPtr<SVGPointTearOff> SVGPathElement::getPointAtLength(float length) SVGPointTearOff 80 Source/core/svg/SVGPathElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPointTearOff 59 Source/core/svg/SVGPathElement.h PassRefPtr<SVGPointTearOff> getPointAtLength(float distance); SVGPointTearOff 40 Source/core/svg/SVGPoint.h class SVGPointTearOff; SVGPointTearOff 44 Source/core/svg/SVGPoint.h typedef SVGPointTearOff TearOffType; SVGPointTearOff 41 Source/core/svg/SVGPointTearOff.cpp SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) SVGPointTearOff 47 Source/core/svg/SVGPointTearOff.cpp void SVGPointTearOff::setX(float f, ExceptionState& exceptionState) SVGPointTearOff 58 Source/core/svg/SVGPointTearOff.cpp void SVGPointTearOff::setY(float f, ExceptionState& exceptionState) SVGPointTearOff 69 Source/core/svg/SVGPointTearOff.cpp PassRefPtr<SVGPointTearOff> SVGPointTearOff::matrixTransform(PassRefPtr<SVGMatrixTearOff> matrix) SVGPointTearOff 72 Source/core/svg/SVGPointTearOff.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPointTearOff 42 Source/core/svg/SVGPointTearOff.h class SVGPointTearOff : public SVGPropertyTearOff<SVGPoint>, public ScriptWrappable { SVGPointTearOff 44 Source/core/svg/SVGPointTearOff.h static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) SVGPointTearOff 46 Source/core/svg/SVGPointTearOff.h return adoptRef(new SVGPointTearOff(target, contextElement, propertyIsAnimVal, attributeName)); SVGPointTearOff 54 Source/core/svg/SVGPointTearOff.h PassRefPtr<SVGPointTearOff> matrixTransform(PassRefPtr<SVGMatrixTearOff>); SVGPointTearOff 57 Source/core/svg/SVGPointTearOff.h SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = nullQName()); SVGPointTearOff 201 Source/core/svg/SVGSVGElement.cpp class SVGCurrentTranslateTearOff : public SVGPointTearOff { SVGPointTearOff 216 Source/core/svg/SVGSVGElement.cpp : SVGPointTearOff(contextElement->m_translation, contextElement, PropertyIsNotAnimVal) SVGPointTearOff 221 Source/core/svg/SVGSVGElement.cpp PassRefPtr<SVGPointTearOff> SVGSVGElement::currentTranslateFromJavascript() SVGPointTearOff 450 Source/core/svg/SVGSVGElement.cpp PassRefPtr<SVGPointTearOff> SVGSVGElement::createSVGPoint() SVGPointTearOff 452 Source/core/svg/SVGSVGElement.cpp return SVGPointTearOff::create(SVGPoint::create(), 0, PropertyIsNotAnimVal); SVGPointTearOff 87 Source/core/svg/SVGSVGElement.h PassRefPtr<SVGPointTearOff> currentTranslateFromJavascript(); SVGPointTearOff 113 Source/core/svg/SVGSVGElement.h static PassRefPtr<SVGPointTearOff> createSVGPoint(); SVGPointTearOff 117 Source/core/svg/SVGTextContentElement.cpp PassRefPtr<SVGPointTearOff> SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionState& exceptionState) SVGPointTearOff 127 Source/core/svg/SVGTextContentElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPointTearOff 130 Source/core/svg/SVGTextContentElement.cpp PassRefPtr<SVGPointTearOff> SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionState& exceptionState) SVGPointTearOff 140 Source/core/svg/SVGTextContentElement.cpp return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal); SVGPointTearOff 168 Source/core/svg/SVGTextContentElement.cpp int SVGTextContentElement::getCharNumAtPosition(PassRefPtr<SVGPointTearOff> point, ExceptionState& exceptionState) SVGPointTearOff 55 Source/core/svg/SVGTextContentElement.h PassRefPtr<SVGPointTearOff> getStartPositionOfChar(unsigned charnum, ExceptionState&); SVGPointTearOff 56 Source/core/svg/SVGTextContentElement.h PassRefPtr<SVGPointTearOff> getEndPositionOfChar(unsigned charnum, ExceptionState&); SVGPointTearOff 59 Source/core/svg/SVGTextContentElement.h int getCharNumAtPosition(PassRefPtr<SVGPointTearOff>, ExceptionState&); SVGPointTearOff 54 Source/core/svg/SVGZoomEvent.cpp PassRefPtr<SVGPointTearOff> SVGZoomEvent::previousTranslate() const SVGPointTearOff 56 Source/core/svg/SVGZoomEvent.cpp RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_previousTranslate), 0, PropertyIsNotAnimVal); SVGPointTearOff 71 Source/core/svg/SVGZoomEvent.cpp PassRefPtr<SVGPointTearOff> SVGZoomEvent::newTranslate() const SVGPointTearOff 73 Source/core/svg/SVGZoomEvent.cpp RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_newTranslate), 0, PropertyIsNotAnimVal); SVGPointTearOff 44 Source/core/svg/SVGZoomEvent.h PassRefPtr<SVGPointTearOff> previousTranslate() const; SVGPointTearOff 49 Source/core/svg/SVGZoomEvent.h PassRefPtr<SVGPointTearOff> newTranslate() const;