/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGMatrix.h | 30 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 …]
|
D | SVGMatrix.idl | 25 ] 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 …]
|
D | SVGGraphicsElement.idl | 39 SVGMatrix getCTM(); 40 SVGMatrix getScreenCTM(); 41 …[RaisesException] SVGMatrix getTransformToElement([Default=Undefined] optional SVGElement element);
|
D | SVGTransform.h | 55 SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } in svgMatrix()
|
D | SVGSVGElement.h | 37 class SVGMatrix; variable 117 static SVGMatrix createSVGMatrix(); 120 static SVGTransform createSVGTransformFromMatrix(const SVGMatrix&);
|
D | SVGTransform.idl | 33 [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix; 36 [StrictTypeChecking] void setMatrix(SVGMatrix matrix);
|
D | SVGTransformList.h | 34 SVGTransform createSVGTransformFromMatrix(const SVGMatrix&) const;
|
D | SVGSVGElement.idl | 65 SVGMatrix createSVGMatrix(); 68 SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix);
|
D | SVGTransformList.cpp | 31 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const SVGMatrix& matrix) const in createSVGTransformFromMatrix()
|
D | SVGPoint.idl | 27 …[MeasureAs=SVGPointMatrixTransform, StrictTypeChecking] SVGPoint matrixTransform(SVGMatrix matrix);
|
D | SVGSVGElement.cpp | 400 SVGMatrix SVGSVGElement::createSVGMatrix() in createSVGMatrix() 402 return SVGMatrix(); in createSVGMatrix() 415 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const SVGMatrix& matrix) in createSVGTransformFromMatrix()
|
D | SVGTransformList.idl | 38 … [StrictTypeChecking, RaisesException] SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGMatrixTearOff.h | 28 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 …]
|
D | SVGTransformListPropertyTearOff.h | 42 …TearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, Except… in createSVGTransformFromMatrix()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.h | 121 SVGMatrix currentTransform() const in currentTransform() 123 return SVGMatrix(state().m_transform); in currentTransform() 125 void setCurrentTransform(const SVGMatrix&);
|
D | CanvasRenderingContext2D.idl | 33 [RuntimeEnabled=ExperimentalCanvasFeatures, Immutable] attribute SVGMatrix currentTransform;
|
D | CanvasRenderingContext2D.cpp | 588 void CanvasRenderingContext2D::setCurrentTransform(const SVGMatrix& matrix) in setCurrentTransform()
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 604 ../core/svg/SVGMatrix.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.darwin-arm.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.linux-mips.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.linux-arm.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
D | interface_dependencies.target.linux-x86.mk | 21 …svg/SVGMaskElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGMatrix.idl $(LOCAL_PATH…
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core.gypi | 414 'svg/SVGMatrix.idl',
|