Home
last modified time | relevance | path

Searched refs:DOMMatrix (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/geometry/
H A Ddom_matrix.cc13 DOMMatrix* DOMMatrix::Create() { in Create()
53 DOMMatrix* DOMMatrix::Create(DOMMatrixReadOnly* other, in Create()
98 DOMMatrix::DOMMatrix(T sequence, int size) in DOMMatrix() function in blink::DOMMatrix
160 DOMMatrix* DOMMatrix::multiplySelf(const DOMMatrix& other_matrix) { in multiplySelf()
200 DOMMatrix* DOMMatrix::scaleSelf(double sx) { in scaleSelf()
204 DOMMatrix* DOMMatrix::scaleSelf(double sx, in scaleSelf()
232 DOMMatrix* DOMMatrix::scale3dSelf(double scale, in scale3dSelf()
239 DOMMatrix* DOMMatrix::rotateSelf(double rot_x) { in rotateSelf()
281 DOMMatrix* DOMMatrix::skewXSelf(double sx) { in skewXSelf()
286 DOMMatrix* DOMMatrix::skewYSelf(double sy) { in skewYSelf()
[all …]
H A Ddom_matrix.h21 static DOMMatrix* Create();
23 static DOMMatrix* Create(ExecutionContext*,
39 DOMMatrix(T sequence, int size);
96 DOMMatrix* multiplySelf(const DOMMatrix& other_matrix);
99 DOMMatrix* scaleSelf(double sx = 1);
100 DOMMatrix* scaleSelf(double sx,
110 DOMMatrix* rotateSelf(double rot_x);
118 DOMMatrix* skewXSelf(double sx = 0);
119 DOMMatrix* skewYSelf(double sy = 0);
120 DOMMatrix* perspectiveSelf(double p);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/geometry/
H A Ddom_matrix.cc13 DOMMatrix* DOMMatrix::Create() { in Create()
53 DOMMatrix* DOMMatrix::Create(DOMMatrixReadOnly* other, in Create()
98 DOMMatrix::DOMMatrix(T sequence, int size) in DOMMatrix() function in blink::DOMMatrix
160 DOMMatrix* DOMMatrix::multiplySelf(const DOMMatrix& other_matrix) { in multiplySelf()
200 DOMMatrix* DOMMatrix::scaleSelf(double sx) { in scaleSelf()
204 DOMMatrix* DOMMatrix::scaleSelf(double sx, in scaleSelf()
232 DOMMatrix* DOMMatrix::scale3dSelf(double scale, in scale3dSelf()
239 DOMMatrix* DOMMatrix::rotateSelf(double rot_x) { in rotateSelf()
281 DOMMatrix* DOMMatrix::skewXSelf(double sx) { in skewXSelf()
286 DOMMatrix* DOMMatrix::skewYSelf(double sy) { in skewYSelf()
[all …]
H A Ddom_matrix.h21 static DOMMatrix* Create();
23 static DOMMatrix* Create(ExecutionContext*,
39 DOMMatrix(T sequence, int size);
96 DOMMatrix* multiplySelf(const DOMMatrix& other_matrix);
99 DOMMatrix* scaleSelf(double sx = 1);
100 DOMMatrix* scaleSelf(double sx,
110 DOMMatrix* rotateSelf(double rot_x);
118 DOMMatrix* skewXSelf(double sx = 0);
119 DOMMatrix* skewYSelf(double sy = 0);
120 DOMMatrix* perspectiveSelf(double p);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMMatrix.cpp36 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
402 DOMMatrix*
403 DOMMatrix::MultiplySelf(const DOMMatrix& aOther) in MultiplySelf()
423 DOMMatrix*
444 DOMMatrix*
463 DOMMatrix*
471 DOMMatrix*
480 DOMMatrix*
513 DOMMatrix*
525 DOMMatrix*
[all …]
H A DDOMMatrix.h24 class DOMMatrix; variable
119 already_AddRefed<DOMMatrix> Multiply(const DOMMatrix& aOther) const;
158 static already_AddRefed<DOMMatrix>
160 static already_AddRefed<DOMMatrix>
162 static already_AddRefed<DOMMatrix>
218 DOMMatrix* MultiplySelf(const DOMMatrix& aOther);
219 DOMMatrix* PreMultiplySelf(const DOMMatrix& aOther);
245 DOMMatrix* SkewXSelf(double aSx);
246 DOMMatrix* SkewYSelf(double aSy);
247 DOMMatrix* InvertSelf();
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMMatrix.cpp33 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
42 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale()
52 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale3d()
335 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
345 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
406 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
424 DOMMatrix* DOMMatrix::MultiplySelf(const DOMMatrix& aOther) { in MultiplySelf()
443 DOMMatrix* DOMMatrix::PreMultiplySelf(const DOMMatrix& aOther) { in PreMultiplySelf()
565 DOMMatrix* DOMMatrix::SkewXSelf(double aSx) { in SkewXSelf()
583 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf()
[all …]
H A DDOMMatrix.h24 class DOMMatrix; variable
99 already_AddRefed<DOMMatrix> ScaleNonUniform(
109 already_AddRefed<DOMMatrix> Multiply(const DOMMatrix& aOther) const;
110 already_AddRefed<DOMMatrix> FlipX() const;
111 already_AddRefed<DOMMatrix> FlipY() const;
137 class DOMMatrix : public DOMMatrixReadOnly {
230 DOMMatrix* PreMultiplySelf(const DOMMatrix& aOther);
243 DOMMatrix* SkewXSelf(double aSx);
244 DOMMatrix* SkewYSelf(double aSy);
245 DOMMatrix* InvertSelf();
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/geometry/
H A Dinterfaces.worker.js.ini1013 [DOMMatrix must be primary interface of new DOMMatrix()]
1037 [DOMMatrix interface: new DOMMatrix() must inherit property "a" with the proper type (3)]
1040 [DOMMatrix interface: new DOMMatrix() must inherit property "b" with the proper type (4)]
1337 [DOMMatrix must be primary interface of DOMMatrix.fromMatrix({is2D: false})]
2135 [DOMMatrix interface: new DOMMatrix() must inherit property "a" with the proper type]
2138 [DOMMatrix interface: new DOMMatrix() must inherit property "b" with the proper type]
2141 [DOMMatrix interface: new DOMMatrix() must inherit property "c" with the proper type]
2144 [DOMMatrix interface: new DOMMatrix() must inherit property "d" with the proper type]
2147 [DOMMatrix interface: new DOMMatrix() must inherit property "e" with the proper type]
2150 [DOMMatrix interface: new DOMMatrix() must inherit property "f" with the proper type]
[all …]
H A Dinterfaces.html.ini530 [DOMMatrix must be primary interface of DOMMatrix.fromMatrix({is2D: false})]
554 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "a" with the prope…
557 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "b" with the prope…
560 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "c" with the prope…
563 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "d" with the prope…
1277 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "a" with the prope…
1280 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "b" with the prope…
1283 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "c" with the prope…
1286 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "d" with the prope…
1289 …[DOMMatrix interface: DOMMatrix.fromMatrix({is2D: false}) must inherit property "e" with the prope…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMMatrix.h28 class DOMMatrix; variable
207 already_AddRefed<DOMMatrix> FlipX() const;
208 already_AddRefed<DOMMatrix> FlipY() const;
209 already_AddRefed<DOMMatrix> Inverse() const;
264 class DOMMatrix : public DOMMatrixReadOnly {
277 static already_AddRefed<DOMMatrix> FromMatrix(
318 DOMMatrix* SkewXSelf(double aSx);
319 DOMMatrix* SkewYSelf(double aSy);
320 DOMMatrix* InvertSelf();
323 virtual ~DOMMatrix() = default;
[all …]
H A DDOMMatrix.cpp277 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Translate()
286 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale()
619 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
631 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
639 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat32Array( in FromFloat32Array()
652 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat64Array( in FromFloat64Array()
665 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
744 RefPtr<DOMMatrix> rval = new DOMMatrix(aGlobal, is2D); in ReadStructuredClone()
927 DOMMatrix* DOMMatrix::SkewXSelf(double aSx) { in SkewXSelf()
945 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMMatrix.cpp289 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Translate()
298 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale()
631 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
643 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
651 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat32Array( in FromFloat32Array()
664 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat64Array( in FromFloat64Array()
677 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
756 RefPtr<DOMMatrix> rval = new DOMMatrix(aGlobal, is2D); in ReadStructuredClone()
939 DOMMatrix* DOMMatrix::SkewXSelf(double aSx) { in SkewXSelf()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf()
[all …]
H A DDOMMatrix.h36 class DOMMatrix; variable
217 already_AddRefed<DOMMatrix> FlipX() const;
218 already_AddRefed<DOMMatrix> FlipY() const;
219 already_AddRefed<DOMMatrix> Inverse() const;
274 class DOMMatrix : public DOMMatrixReadOnly {
287 static already_AddRefed<DOMMatrix> FromMatrix(
328 DOMMatrix* SkewXSelf(double aSx);
329 DOMMatrix* SkewYSelf(double aSy);
330 DOMMatrix* InvertSelf();
333 virtual ~DOMMatrix() = default;
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMMatrix.cpp289 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Translate()
298 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale()
631 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
643 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
651 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat32Array( in FromFloat32Array()
664 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat64Array( in FromFloat64Array()
677 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
756 RefPtr<DOMMatrix> rval = new DOMMatrix(aGlobal, is2D); in ReadStructuredClone()
939 DOMMatrix* DOMMatrix::SkewXSelf(double aSx) { in SkewXSelf()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf()
[all …]
H A DDOMMatrix.h36 class DOMMatrix; variable
217 already_AddRefed<DOMMatrix> FlipX() const;
218 already_AddRefed<DOMMatrix> FlipY() const;
219 already_AddRefed<DOMMatrix> Inverse() const;
274 class DOMMatrix : public DOMMatrixReadOnly {
287 static already_AddRefed<DOMMatrix> FromMatrix(
328 DOMMatrix* SkewXSelf(double aSx);
329 DOMMatrix* SkewYSelf(double aSy);
330 DOMMatrix* InvertSelf();
333 virtual ~DOMMatrix() = default;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMMatrix.cpp289 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Translate()
298 RefPtr<DOMMatrix> retval = new DOMMatrix(mParent, *this); in Scale()
631 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
643 already_AddRefed<DOMMatrix> DOMMatrix::FromMatrix( in FromMatrix()
651 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat32Array( in FromFloat32Array()
664 already_AddRefed<DOMMatrix> DOMMatrix::FromFloat64Array( in FromFloat64Array()
677 already_AddRefed<DOMMatrix> DOMMatrix::Constructor( in Constructor()
756 RefPtr<DOMMatrix> rval = new DOMMatrix(aGlobal, is2D); in ReadStructuredClone()
939 DOMMatrix* DOMMatrix::SkewXSelf(double aSx) { in SkewXSelf()
957 DOMMatrix* DOMMatrix::SkewYSelf(double aSy) { in SkewYSelf()
[all …]
H A DDOMMatrix.h36 class DOMMatrix; variable
217 already_AddRefed<DOMMatrix> FlipX() const;
218 already_AddRefed<DOMMatrix> FlipY() const;
219 already_AddRefed<DOMMatrix> Inverse() const;
274 class DOMMatrix : public DOMMatrixReadOnly {
287 static already_AddRefed<DOMMatrix> FromMatrix(
328 DOMMatrix* SkewXSelf(double aSx);
329 DOMMatrix* SkewYSelf(double aSy);
330 DOMMatrix* InvertSelf();
333 virtual ~DOMMatrix() = default;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DDOMMatrix.webidl13 [Pref="layout.css.DOMMatrix.enabled",
67 DOMMatrix skewX(unrestricted double sx);
69 DOMMatrix multiply(DOMMatrix other);
70 DOMMatrix flipX();
71 DOMMatrix flipY();
72 DOMMatrix inverse();
84 [Pref="layout.css.DOMMatrix.enabled",
91 interface DOMMatrix : DOMMatrixReadOnly {
118 DOMMatrix multiplySelf(DOMMatrix other);
119 DOMMatrix preMultiplySelf(DOMMatrix other);
[all …]

12345678910>>...19