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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
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...]
SVGPoint.idl 23 interface SVGPoint {
27 [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;
SVGZoomEvent.cpp 52 SVGPoint SVGZoomEvent::previousTranslate() const
67 SVGPoint SVGZoomEvent::newTranslate() const
SVGTextContentElement.idl 39 [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);
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 86 SVGPoint& currentTranslate() { return m_translation; }
115 static SVGPoint createSVGPoint();
177 SVGPoint m_translation;
SVGPathTraversalStateBuilder.cpp 90 SVGPoint SVGPathTraversalStateBuilder::currentPoint()
SVGTextContentElement.cpp 129 SVGPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionState& es)
141 SVGPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionState& es)
177 int SVGTextContentElement::getCharNumAtPosition(const SVGPoint& point)
SVGPathElement.h 61 SVGPoint getPointAtLength(float distance);
SVGPathElement.idl 31 SVGPoint getPointAtLength([Default=Undefined] optional float distance);
SVGPathElement.cpp 104 SVGPoint SVGPathElement::getPointAtLength(float length)
106 SVGPoint point;
SVGSVGElement.cpp 396 SVGPoint SVGSVGElement::createSVGPoint()
398 return SVGPoint();
SVGPathUtilities.cpp 315 bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream* stream, float length, 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 360 SVGPoint translate = svg->currentTranslate();
363 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero())
SVGTextQuery.cpp 544 int SVGTextQuery::characterNumberAtPosition(const SVGPoint& position) const
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestTypedefs.idl 53 [Immutable] SVGPOINT immutablePointFunction();
71 typedef SVGPoint SVGPOINT;
TestObject.idl 247 attribute SVGPoint mutablePoint;
248 [Immutable] attribute SVGPoint immutablePoint;
249 SVGPoint mutablePointFunction();
250 [Immutable] SVGPoint immutablePointFunction();

Completed in 130 milliseconds

1 2