/external/webkit/Source/WebCore/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 [Conditional=SVG] SVGMatrix { 35 … [StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix multiply(in SVGMatrix secondMatrix); 36 SVGMatrix inverse() 38 …[Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix translate(in float x, in flo… 39 … [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scale(in float scaleFactor); 40 …[Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scaleNonUniform(in float sca… 41 … [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotate(in float angle); 42 …[StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotateFromVector(in float x, in float y) 44 [Immutable] SVGMatrix flipX(); 45 [Immutable] SVGMatrix flipY(); [all …]
|
D | SVGLocatable.idl | 34 SVGMatrix getCTM(); 35 SVGMatrix getScreenCTM(); 36 SVGMatrix getTransformToElement(in SVGElement element)
|
D | SVGSVGElement.h | 39 class SVGMatrix; variable 114 static SVGMatrix createSVGMatrix(); 117 static SVGTransform createSVGTransformFromMatrix(const SVGMatrix&);
|
D | SVGTransform.h | 50 SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } in svgMatrix()
|
D | SVGTransform.idl | 35 readonly attribute SVGMatrix matrix; 38 [StrictTypeChecking, RequiresAllArguments=Raise] void setMatrix(in SVGMatrix matrix);
|
D | SVGTransformList.h | 35 SVGTransform createSVGTransformFromMatrix(const SVGMatrix&) const;
|
D | SVGSVGElement.idl | 79 SVGMatrix createSVGMatrix(); 82 SVGTransform createSVGTransformFromMatrix(in SVGMatrix matrix);
|
D | SVGTransformList.cpp | 35 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const SVGMatrix& matrix) const in createSVGTransformFromMatrix()
|
D | SVGSVGElement.cpp | 466 SVGMatrix SVGSVGElement::createSVGMatrix() in createSVGMatrix() 468 return SVGMatrix(); in createSVGMatrix() 481 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const SVGMatrix& matrix) in createSVGTransformFromMatrix()
|
D | SVGPoint.idl | 29 … [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint matrixTransform(in SVGMatrix matrix);
|
D | SVGTransformList.idl | 47 …hecking, RequiresAllArguments=Raise] SVGTransform createSVGTransformFromMatrix(in SVGMatrix matrix)
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGTransformListPropertyTearOff.h | 41 …TearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, Except… in createSVGTransformFromMatrix()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 443 SVGMatrix \
|
D | CodeGenerators.pri | 455 svg/SVGMatrix.idl \
|
D | ChangeLog-2006-12-31 | 4923 Remove SVGMatrix, replace it by AffineTransform usage everywhere. 4927 The actual SVGMatrix -> AffineTransformation patch has been created 4959 * ksvg2/svg/SVGMatrix.cpp: Removed. 4960 * ksvg2/svg/SVGMatrix.h: Removed. 4961 * ksvg2/svg/SVGMatrix.idl: 5483 SVG types to POD types (ie. SVGMatrix* -> AffineTransform etc.) 5488 got disabled, until the SVGMatrix -> AffineTransform transition patch 5490 which would be a waste of time, as SVGMatrix is about to die. 27858 * ksvg2/svg/SVGMatrix.idl: 39400 * ksvg2/svg/SVGMatrix.cpp: [all …]
|
D | CMakeLists.txt | 1837 svg/SVGMatrix.idl
|
D | WebCore.pro | 2369 svg/SVGMatrix.h \
|
D | WebCore.gypi | 1046 'svg/SVGMatrix.h', 1513 'svg/SVGMatrix.idl',
|
D | GNUmakefile.list.am | 3417 Source/WebCore/svg/SVGMatrix.h \
|
D | ChangeLog-2005-08-23 | 3245 (SVGMatrix::hasProperty): 3246 (SVGMatrix::get): 3247 (SVGMatrix::getInParents): 3248 (SVGMatrix::prototype): 3249 (SVGMatrix::cache): 3680 * ksvg2/dom/SVGMatrix.cpp: 3681 (SVGMatrix::getValueProperty): 3682 (SVGMatrix::putValueProperty): 3684 * ksvg2/dom/SVGMatrix.h: 12915 * ksvg2/dom/SVGMatrix.cc: Added. [all …]
|
D | GNUmakefile.am | 3394 Source/WebCore/svg/SVGMatrix.h \
|
D | ChangeLog-2010-12-06 | 14374 Convert SVGMatrix/SVGTransform/SVGTransformList to the new SVGPropertyTearOff concept 14377 …Move the last list type, SVGTransformList, and the last POD types, SVGMatrix & SVGTransform, over … 14389 svg/dom/SVGMatrix.html 14396 …hParentTearOff.h/SVGTransformListPropertyTearOff.h/SVGAnimatedTransformList.h/SVGMatrix.h to build. 14403 …* bindings/scripts/CodeGenerator.pm: Convert SVGMatrix/SVGTransform/SVGTransformList to the new co… 14422 …* svg/SVGMatrix.h: Added. SVGMatrix inherits from AffineTransform, and is only used in the binding… 14423 … (WebCore::SVGMatrix::translate): Returns a copy of the matrix, not affecting the original matrix. 14424 (WebCore::SVGMatrix::scale): Ditto. 14425 (WebCore::SVGMatrix::scaleNonUniform): Ditto. 14426 (WebCore::SVGMatrix::rotate): Ditto. [all …]
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 658 attribute SVGMatrixConstructor SVGMatrix;
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 67 …0806E57A12893045007CED32 /* SVGMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 0806E579128… 6486 …12893045007CED32 /* SVGMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 10671 …78B30D00BF200071B782 /* SVGMatrix.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi… 17520 0806E57912893045007CED32 /* SVGMatrix.h */, 17521 B22278B30D00BF200071B782 /* SVGMatrix.idl */, 22642 0806E57A12893045007CED32 /* SVGMatrix.h in Headers */,
|