Searched refs:SVGPointTearOff (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGeometryElement.h38 class SVGPointTearOff;
43 bool isPointInFill(PassRefPtr<SVGPointTearOff>) const;
44 bool isPointInStroke(PassRefPtr<SVGPointTearOff>) const;
H A DSVGPointTearOff.cpp33 #include "core/svg/SVGPointTearOff.h"
41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) function in class:blink::SVGPointTearOff
46 void SVGPointTearOff::setX(float f, ExceptionState& exceptionState)
57 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState)
68 PassRefPtr<SVGPointTearOff> SVGPointTearOff::matrixTransform(PassRefPtr<SVGMatrixTearOff> matrix)
71 return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
H A DSVGZoomEvent.cpp25 #include "core/svg/SVGPointTearOff.h"
48 PassRefPtr<SVGPointTearOff> SVGZoomEvent::previousTranslate() const
50 RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_previousTranslate), 0, PropertyIsNotAnimVal);
60 PassRefPtr<SVGPointTearOff> SVGZoomEvent::newTranslate() const
62 RefPtr<SVGPointTearOff> pointTearOff = SVGPointTearOff::create(SVGPoint::create(m_newTranslate), 0, PropertyIsNotAnimVal);
H A DSVGPointTearOff.h42 class SVGPointTearOff : public SVGPropertyTearOff<SVGPoint>, public ScriptWrappable { class in namespace:blink
45 static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
47 return adoptRef(new SVGPointTearOff(target, contextElement, propertyIsAnimVal, attributeName));
55 PassRefPtr<SVGPointTearOff> matrixTransform(PassRefPtr<SVGMatrixTearOff>);
58 SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
H A DSVGPoint.idl24 ImplementedAs=SVGPointTearOff,
H A DSVGZoomEvent.h44 PassRefPtr<SVGPointTearOff> previousTranslate() const;
48 PassRefPtr<SVGPointTearOff> newTranslate() const;
H A DSVGGeometryElement.cpp38 #include "core/svg/SVGPointTearOff.h"
47 bool SVGGeometryElement::isPointInFill(PassRefPtr<SVGPointTearOff> point) const
61 bool SVGGeometryElement::isPointInStroke(PassRefPtr<SVGPointTearOff> point) const
H A DSVGTextContentElement.h28 #include "core/svg/SVGPointTearOff.h"
54 PassRefPtr<SVGPointTearOff> getStartPositionOfChar(unsigned charnum, ExceptionState&);
55 PassRefPtr<SVGPointTearOff> getEndPositionOfChar(unsigned charnum, ExceptionState&);
58 int getCharNumAtPosition(PassRefPtr<SVGPointTearOff>, ExceptionState&);
H A DSVGPoint.h40 class SVGPointTearOff;
44 typedef SVGPointTearOff TearOffType;
H A DSVGTextContentElement.cpp113 PassRefPtr<SVGPointTearOff> SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionState& exceptionState)
123 return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
126 PassRefPtr<SVGPointTearOff> SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionState& exceptionState)
136 return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
164 int SVGTextContentElement::getCharNumAtPosition(PassRefPtr<SVGPointTearOff> point, ExceptionState& exceptionState)
H A DSVGSVGElement.h30 #include "core/svg/SVGPointTearOff.h"
76 PassRefPtr<SVGPointTearOff> currentTranslateFromJavascript();
102 static PassRefPtr<SVGPointTearOff> createSVGPoint();
H A DSVGPathElement.cpp48 #include "core/svg/SVGPointTearOff.h"
70 PassRefPtr<SVGPointTearOff> SVGPathElement::getPointAtLength(float length)
74 return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
H A DSVGSVGElement.cpp175 class SVGCurrentTranslateTearOff : public SVGPointTearOff {
190 : SVGPointTearOff(contextElement->m_translation, contextElement, PropertyIsNotAnimVal)
195 PassRefPtr<SVGPointTearOff> SVGSVGElement::currentTranslateFromJavascript()
452 PassRefPtr<SVGPointTearOff> SVGSVGElement::createSVGPoint()
454 return SVGPointTearOff::create(SVGPoint::create(), 0, PropertyIsNotAnimVal);
H A DSVGPathElement.h60 PassRefPtr<SVGPointTearOff> getPointAtLength(float distance);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_svg.target.darwin-arm.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.darwin-arm64.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.darwin-mips.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.darwin-mips64.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.darwin-x86.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.darwin-x86_64.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.linux-arm.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.linux-arm64.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.linux-mips.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.linux-mips64.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \
H A Dwebcore_svg.target.linux-x86.mk199 third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp \

Completed in 204 milliseconds

12