Home
last modified time | relevance | path

Searched refs:SVGPoint (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
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 item);
DSVGZoomEvent.h41 SVGPoint previousTranslate() const;
46 SVGPoint newTranslate() const;
58 SVGPoint m_newTranslate;
59 SVGPoint m_previousTranslate;
DSVGGeometryElement.h41 bool isPointInFill(const SVGPoint&) const;
42 bool isPointInStroke(const SVGPoint&) const;
DSVGPointList.h30 class SVGPointList : public Vector<SVGPoint> {
40 typedef SVGPoint ListItemType;
DSVGTextContentElement.h82 SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionState&);
83 SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionState&);
86 int getCharNumAtPosition(const SVGPoint&);
DSVGZoomEvent.cpp51 SVGPoint SVGZoomEvent::previousTranslate() const in previousTranslate()
66 SVGPoint SVGZoomEvent::newTranslate() const in newTranslate()
DSVGGeometryElement.cpp46 bool SVGGeometryElement::isPointInFill(const SVGPoint& point) const in isPointInFill()
60 bool SVGGeometryElement::isPointInStroke(const SVGPoint& point) const in isPointInStroke()
DSVGTextContentElement.idl38 [RaisesException] SVGPoint getStartPositionOfChar(unsigned long offset);
39 [RaisesException] SVGPoint getEndPositionOfChar(unsigned long offset);
42 long getCharNumAtPosition(SVGPoint point);
DSVGSVGElement.h87 SVGPoint& currentTranslate() { return m_translation; } in currentTranslate()
116 static SVGPoint createSVGPoint();
178 SVGPoint m_translation;
DSVGPoint.idl23 interface SVGPoint {
27 …[MeasureAs=SVGPointMatrixTransform, StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
DSVGZoomEvent.idl29 [Immutable] readonly attribute SVGPoint previousTranslate;
31 [Immutable] readonly attribute SVGPoint newTranslate;
DSVGPoint.h33 typedef FloatPoint SVGPoint; typedef
DSVGGeometryElement.idl32 boolean isPointInFill(SVGPoint point);
33 boolean isPointInStroke(SVGPoint point);
DSVGTextContentElement.cpp132 SVGPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionState& exceptionS… in getStartPositionOfChar()
144 SVGPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionState& exceptionSta… in getEndPositionOfChar()
180 int SVGTextContentElement::getCharNumAtPosition(const SVGPoint& point) in getCharNumAtPosition()
DSVGSVGElement.idl40 readonly attribute SVGPoint currentTranslate;
64 SVGPoint createSVGPoint();
DSVGPathUtilities.h57 bool getPointAtLengthOfSVGPathByteStream(SVGPathByteStream*, float length, SVGPoint&);
DSVGPathTraversalStateBuilder.h37 SVGPoint currentPoint();
DSVGPathTraversalStateBuilder.cpp90 SVGPoint SVGPathTraversalStateBuilder::currentPoint() in currentPoint()
DSVGPathElement.cpp101 SVGPoint SVGPathElement::getPointAtLength(float length) in getPointAtLength()
103 SVGPoint point; in getPointAtLength()
DSVGPathElement.h61 SVGPoint getPointAtLength(float distance);
DSVGPathElement.idl31 [StrictTypeChecking] SVGPoint getPointAtLength(float distance);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
DTestObject.idl243 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 …
DTestTypedefs.idl68 typedef SVGPoint SVGPOINT;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextQuery.h45 int characterNumberAtPosition(const SVGPoint&) const;
DRenderSVGRoot.cpp333 SVGPoint translate = svg->currentTranslate(); in buildLocalToBorderBoxTransform()
336 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero()) in buildLocalToBorderBoxTransform()

12