Home
last modified time | relevance | path

Searched refs:SVGMatrix (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMatrix.h30 class SVGMatrix : public AffineTransform {
32 SVGMatrix() { } in SVGMatrix() function
33 SVGMatrix(const AffineTransform& other) in SVGMatrix() function
38 SVGMatrix(double a, double b, double c, double d, double e, double f) in SVGMatrix() function
43 SVGMatrix translate(double tx, double ty) in translate()
47 return static_cast<SVGMatrix>(copy); in translate()
50 SVGMatrix scale(double s) in scale()
54 return static_cast<SVGMatrix>(copy); in scale()
57 SVGMatrix scaleNonUniform(double sx, double sy) in scaleNonUniform()
61 return static_cast<SVGMatrix>(copy); in scaleNonUniform()
[all …]
DSVGMatrix.idl25 ] interface SVGMatrix {
35 [StrictTypeChecking] SVGMatrix multiply(SVGMatrix secondMatrix);
36 [RaisesException] SVGMatrix inverse();
37 [Immutable, StrictTypeChecking] SVGMatrix translate(float x, float y);
38 [Immutable, StrictTypeChecking] SVGMatrix scale(float scaleFactor);
39 … [Immutable, StrictTypeChecking] SVGMatrix scaleNonUniform(float scaleFactorX, float scaleFactorY);
40 [Immutable, StrictTypeChecking] SVGMatrix rotate(float angle);
41 [StrictTypeChecking, RaisesException] SVGMatrix rotateFromVector(float x, float y);
42 [Immutable] SVGMatrix flipX();
43 [Immutable] SVGMatrix flipY();
[all …]
DSVGGraphicsElement.idl39 SVGMatrix getCTM();
40 SVGMatrix getScreenCTM();
41 …[RaisesException] SVGMatrix getTransformToElement([Default=Undefined] optional SVGElement element);
DSVGTransform.h55 SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } in svgMatrix()
DSVGSVGElement.h37 class SVGMatrix; variable
117 static SVGMatrix createSVGMatrix();
120 static SVGTransform createSVGTransformFromMatrix(const SVGMatrix&);
DSVGTransform.idl33 [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix;
36 [StrictTypeChecking] void setMatrix(SVGMatrix matrix);
DSVGTransformList.h34 SVGTransform createSVGTransformFromMatrix(const SVGMatrix&) const;
DSVGSVGElement.idl65 SVGMatrix createSVGMatrix();
68 SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix);
DSVGTransformList.cpp31 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const SVGMatrix& matrix) const in createSVGTransformFromMatrix()
DSVGPoint.idl27 …[MeasureAs=SVGPointMatrixTransform, StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
DSVGSVGElement.cpp400 SVGMatrix SVGSVGElement::createSVGMatrix() in createSVGMatrix()
402 return SVGMatrix(); in createSVGMatrix()
415 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const SVGMatrix& matrix) in createSVGTransformFromMatrix()
DSVGTransformList.idl38 … [StrictTypeChecking, RaisesException] SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGMatrixTearOff.h28 class SVGMatrixTearOff : public SVGPropertyTearOff<SVGMatrix> {
32 …atrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value) in create()
39 static PassRefPtr<SVGMatrixTearOff> create(const SVGMatrix& initialValue) in create()
47 …static PassRefPtr<SVGMatrixTearOff> create(SVGPropertyTearOff<SVGTransform>* parent, SVGMatrix& va… in create()
63 SVGPropertyTearOff<SVGMatrix>::commitChange(); in commitChange()
79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value) in SVGMatrixTearOff()
80 : SVGPropertyTearOff<SVGMatrix>(animatedProperty, role, value) in SVGMatrixTearOff()
86 SVGMatrixTearOff(const SVGMatrix& initialValue) in SVGMatrixTearOff()
87 : SVGPropertyTearOff<SVGMatrix>(initialValue) in SVGMatrixTearOff()
93 SVGMatrixTearOff(SVGPropertyTearOff<SVGTransform>* parent, SVGMatrix& value) in SVGMatrixTearOff()
[all …]
DSVGTransformListPropertyTearOff.h42 …TearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, Except… in createSVGTransformFromMatrix()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.h121 SVGMatrix currentTransform() const in currentTransform()
123 return SVGMatrix(state().m_transform); in currentTransform()
125 void setCurrentTransform(const SVGMatrix&);
DCanvasRenderingContext2D.idl33 [RuntimeEnabled=ExperimentalCanvasFeatures, Immutable] attribute SVGMatrix currentTransform;
DCanvasRenderingContext2D.cpp588 void CanvasRenderingContext2D::setCurrentTransform(const SVGMatrix& matrix) in setCurrentTransform()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp604 ../core/svg/SVGMatrix.idl
Dinterface_dependencies.target.darwin-mips.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-x86.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-arm.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-mips.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-arm.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-x86.mk21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi414 'svg/SVGMatrix.idl',

12