Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/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 [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 …]
DSVGLocatable.idl34 SVGMatrix getCTM();
35 SVGMatrix getScreenCTM();
36 SVGMatrix getTransformToElement(in SVGElement element)
DSVGSVGElement.h39 class SVGMatrix; variable
114 static SVGMatrix createSVGMatrix();
117 static SVGTransform createSVGTransformFromMatrix(const SVGMatrix&);
DSVGTransform.h50 SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } in svgMatrix()
DSVGTransform.idl35 readonly attribute SVGMatrix matrix;
38 [StrictTypeChecking, RequiresAllArguments=Raise] void setMatrix(in SVGMatrix matrix);
DSVGTransformList.h35 SVGTransform createSVGTransformFromMatrix(const SVGMatrix&) const;
DSVGSVGElement.idl79 SVGMatrix createSVGMatrix();
82 SVGTransform createSVGTransformFromMatrix(in SVGMatrix matrix);
DSVGTransformList.cpp35 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const SVGMatrix& matrix) const in createSVGTransformFromMatrix()
DSVGSVGElement.cpp466 SVGMatrix SVGSVGElement::createSVGMatrix() in createSVGMatrix()
468 return SVGMatrix(); in createSVGMatrix()
481 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const SVGMatrix& matrix) in createSVGTransformFromMatrix()
DSVGPoint.idl29 … [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint matrixTransform(in SVGMatrix matrix);
DSVGTransformList.idl47 …hecking, RequiresAllArguments=Raise] SVGTransform createSVGTransformFromMatrix(in SVGMatrix matrix)
/external/webkit/Source/WebCore/svg/properties/
DSVGTransformListPropertyTearOff.h41 …TearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, Except… in createSVGTransformFromMatrix()
/external/webkit/Source/WebCore/
DDerivedSources.make443 SVGMatrix \
DCodeGenerators.pri455 svg/SVGMatrix.idl \
DChangeLog-2006-12-314923 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 …]
DCMakeLists.txt1837 svg/SVGMatrix.idl
DWebCore.pro2369 svg/SVGMatrix.h \
DWebCore.gypi1046 'svg/SVGMatrix.h',
1513 'svg/SVGMatrix.idl',
DGNUmakefile.list.am3417 Source/WebCore/svg/SVGMatrix.h \
DChangeLog-2005-08-233245 (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 …]
DGNUmakefile.am3394 Source/WebCore/svg/SVGMatrix.h \
DChangeLog-2010-12-0614374 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/
DDOMWindow.idl658 attribute SVGMatrixConstructor SVGMatrix;
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj67 …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 */,

12