HomeSort by relevance Sort by last modified time
    Searched refs:SVGPoint (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGeometryElement.idl 32 boolean isPointInFill(SVGPoint point);
33 boolean isPointInStroke(SVGPoint point);
SVGPoint.h 33 typedef FloatPoint SVGPoint;
SVGPointList.idl 30 [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 item)
    [all...]
SVGGeometryElement.h 35 #include "core/svg/SVGPoint.h"
41 bool isPointInFill(const SVGPoint&) const;
42 bool isPointInStroke(const SVGPoint&) const;
SVGPoint.idl 23 interface SVGPoint {
27 [MeasureAs=SVGPointMatrixTransform, StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
SVGZoomEvent.h 26 #include "core/svg/SVGPoint.h"
41 SVGPoint previousTranslate() const;
46 SVGPoint newTranslate() const;
58 SVGPoint m_newTranslate;
59 SVGPoint m_previousTranslate;
SVGPointList.h 24 #include "core/svg/SVGPoint.h"
30 class SVGPointList : public Vector<SVGPoint> {
40 typedef SVGPoint ListItemType;
SVGZoomEvent.idl 29 [Immutable] readonly attribute SVGPoint previousTranslate;
31 [Immutable] readonly attribute SVGPoint newTranslate;
SVGTextContentElement.idl 38 [RaisesException] SVGPoint getStartPositionOfChar(unsigned long offset);
39 [RaisesException] SVGPoint getEndPositionOfChar(unsigned long offset);
42 long getCharNumAtPosition(SVGPoint point);
SVGZoomEvent.cpp 51 SVGPoint SVGZoomEvent::previousTranslate() const
66 SVGPoint SVGZoomEvent::newTranslate() const
SVGGeometryElement.cpp 46 bool SVGGeometryElement::isPointInFill(const SVGPoint& point) const
60 bool SVGGeometryElement::isPointInStroke(const SVGPoint& point) const
SVGTextContentElement.h 82 SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionState&);
83 SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionState&);
86 int getCharNumAtPosition(const SVGPoint&);
SVGPathTraversalStateBuilder.h 25 #include "core/svg/SVGPoint.h"
37 SVGPoint currentPoint();
SVGPathUtilities.h 24 #include "core/svg/SVGPoint.h"
57 bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, SVGPoint&);
SVGSVGElement.idl 40 readonly attribute SVGPoint currentTranslate;
64 SVGPoint createSVGPoint();
SVGSVGElement.h 87 SVGPoint& currentTranslate() { return m_translation; }
116 static SVGPoint createSVGPoint();
178 SVGPoint m_translation;
SVGPathTraversalStateBuilder.cpp 90 SVGPoint SVGPathTraversalStateBuilder::currentPoint()
SVGPathElement.idl 31 [StrictTypeChecking] SVGPoint getPointAtLength(float distance);
SVGTextContentElement.cpp 132 SVGPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionState& exceptionState)
144 SVGPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionState& exceptionState)
180 int SVGTextContentElement::getCharNumAtPosition(const SVGPoint& point)
SVGPathElement.h 61 SVGPoint getPointAtLength(float distance);
SVGPathElement.cpp 101 SVGPoint SVGPathElement::getPointAtLength(float length)
103 SVGPoint point;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.h 24 #include "core/svg/SVGPoint.h"
45 int characterNumberAtPosition(const SVGPoint&) const;
RenderSVGRoot.cpp 333 SVGPoint translate = svg->currentTranslate();
336 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero())
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestTypedefs.idl 51 [Immutable] SVGPOINT immutablePointFunction();
68 typedef SVGPoint SVGPOINT;
TestObject.idl 243 attribute SVGPoint mutablePoint;
244 [Immutable] attribute SVGPoint immutablePoint;
245 SVGPoint mutablePointFunction();
246 [Immutable] SVGPoint immutablePointFunction();
248 SVGPoint svgPointMethod(SVGPoint item, unsigned long index);
249 [StrictTypeChecking, RaisesException] SVGPoint strictSVGPointMethod(SVGPoint item, unsigned long index);

Completed in 788 milliseconds

1 2