Searched refs:SVGPoint (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPointList.idl30 [StrictTypeChecking, RaisesException] SVGPoint initialize(SVGPoint item);
31 [StrictTypeChecking, RaisesException] SVGPoint getItem(unsigned long index);
32 [StrictTypeChecking, RaisesException] SVGPoint insertItemBefore(SVGPoint item, unsigned long index);
33 [StrictTypeChecking, RaisesException] SVGPoint replaceItem(SVGPoint item, unsigned long index);
34 [StrictTypeChecking, RaisesException] SVGPoint removeItem(unsigned long index);
35 [StrictTypeChecking, RaisesException] SVGPoint appendItem(SVGPoint ite
[all...]
H A DSVGPoint.h33 typedef FloatPoint SVGPoint; typedef in namespace:WebCore
H A DSVGPoint.idl23 interface SVGPoint {
27 [StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
H A DSVGZoomEvent.h26 #include "SVGPoint.h"
41 SVGPoint previousTranslate() const;
46 SVGPoint newTranslate() const;
58 SVGPoint m_newTranslate;
59 SVGPoint m_previousTranslate;
H A DSVGZoomEvent.idl29 [Immutable] readonly attribute SVGPoint previousTranslate;
31 [Immutable] readonly attribute SVGPoint newTranslate;
H A DSVGPointList.h24 #include "SVGPoint.h"
30 class SVGPointList : public Vector<SVGPoint> {
40 typedef SVGPoint ListItemType;
H A DSVGZoomEvent.cpp50 SVGPoint SVGZoomEvent::previousTranslate() const
65 SVGPoint SVGZoomEvent::newTranslate() const
H A DSVGTextContentElement.idl39 [RaisesException] SVGPoint getStartPositionOfChar([Default=Undefined,IsIndex] optional unsigned long offset);
40 [RaisesException] SVGPoint getEndPositionOfChar([Default=Undefined,IsIndex] optional unsigned long offset);
43 long getCharNumAtPosition([Default=Undefined] optional SVGPoint point);
H A DSVGPointList.cpp38 const SVGPoint& point = at(i);
H A DSVGTextContentElement.h79 SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionCode&);
80 SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionCode&);
83 int getCharNumAtPosition(const SVGPoint&);
H A DSVGPathUtilities.h24 #include "SVGPoint.h"
56 bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, SVGPoint&);
H A DSVGTextContentElement.cpp129 SVGPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionCode& ec)
135 return SVGPoint();
141 SVGPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionCode& ec)
147 return SVGPoint();
177 int SVGTextContentElement::getCharNumAtPosition(const SVGPoint& point)
H A DSVGSVGElement.h80 SVGPoint& currentTranslate() { return m_translation; }
109 static SVGPoint createSVGPoint();
176 SVGPoint m_translation;
H A DSVGPathTraversalStateBuilder.cpp90 SVGPoint SVGPathTraversalStateBuilder::currentPoint()
H A DSVGPathTraversalStateBuilder.h25 #include "SVGPoint.h"
37 SVGPoint currentPoint();
H A DSVGSVGElement.idl41 readonly attribute SVGPoint currentTranslate;
65 SVGPoint createSVGPoint();
H A DSVGPathElement.cpp106 SVGPoint SVGPathElement::getPointAtLength(float length)
108 SVGPoint point;
H A DSVGPathElement.idl31 SVGPoint getPointAtLength([Default=Undefined] optional unrestricted float distance);
H A DSVGPathElement.h61 SVGPoint getPointAtLength(float distance);
H A DSVGSVGElement.cpp421 SVGPoint SVGSVGElement::createSVGPoint()
423 return SVGPoint();
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextQuery.h24 #include "SVGPoint.h"
41 SVGPoint startPositionOfCharacter(unsigned position) const;
42 SVGPoint endPositionOfCharacter(unsigned position) const;
45 int characterNumberAtPosition(const SVGPoint&) const;
H A DSVGTextQuery.cpp349 SVGPoint SVGTextQuery::startPositionOfCharacter(unsigned position) const
352 return SVGPoint();
396 SVGPoint SVGTextQuery::endPositionOfCharacter(unsigned position) const
399 return SVGPoint();
540 int SVGTextQuery::characterNumberAtPosition(const SVGPoint& position) const
H A DRenderSVGRoot.cpp327 SVGPoint translate = svgSVGElement().currentTranslate();
330 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero())
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestTypedefs.idl73 typedef SVGPoint SVGPOINT;
H A DTestObj.idl223 attribute SVGPoint mutablePoint;
224 [Immutable] attribute SVGPoint immutablePoint;
225 SVGPoint mutablePointFunction();
226 [Immutable] SVGPoint immutablePointFunction();

Completed in 103 milliseconds

12