/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 30 auto matrix2d = Referenced::MakeRefPtr<JSMatrix2d>(); in Constructor() local 31 matrix2d->IncRefCount(); in Constructor() 32 info.SetReturnValue(Referenced::RawPtr(matrix2d)); in Constructor() 35 matrix2d->SetUnit(CanvasUnit::PX); in Constructor() 39 void JSMatrix2d::Destructor(JSMatrix2d* matrix2d) in Destructor() argument 41 if (matrix2d != nullptr) { in Destructor() 42 matrix2d->DecRefCount(); in Destructor()
|
H A D | js_matrix2d.h | 33 static void Destructor(JSMatrix2d* matrix2d);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-canvas-matrix2d.md | 102 | [Matrix2D](#matrix2d) | 单位矩阵。 | 153 | [Matrix2D](#matrix2d) | 逆矩阵结果。 | 214 | [Matrix2D](#matrix2d) | 相乘结果矩阵。 | 288 | [Matrix2D](#matrix2d) | 旋转后结果矩阵对象。 | 353 | [Matrix2D](#matrix2d) | 旋转后结果矩阵对象。 | 417 | [Matrix2D](#matrix2d) | 平移后结果矩阵对象。 | 481 | [Matrix2D](#matrix2d) | 缩放结果矩阵对象。 |
|
H A D | ts-components-canvas-canvaspattern.md | 27 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | 否 | 转换矩阵。<br>默认值:null。 |
|
H A D | ts-components-canvas-path2d.md | 61 | transform | [Matrix2D](ts-components-canvas-matrix2d.md) | 否 | 新增路径的变换矩阵对象。<br>默认值:null。 |
|
H A D | ts-canvasrenderingcontext2d.md | 2572 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | 否 | 变换矩阵。<br>默认值:null。 | 2633 | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | 矩阵对象。 |
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 2660 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | 否 | 变换矩阵。<br>默认值:null。 | 2725 | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | 矩阵对象。 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-arkui.md | 294 |新增|NA|模块名: matrix2d<br>类名: Matrix2D|matrix2d.d.ts| 295 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: scaleX?: number;|matrix2d.d.ts| 296 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: rotateY?: number;|matrix2d.d.ts| 297 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: rotateX?: number;|matrix2d.d.ts| 298 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: scaleY?: number;|matrix2d.d.ts| 299 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: translateX?: number;|matrix2d.d.ts| 300 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: translateY?: number;|matrix2d.d.ts| 301 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: identity(): Matrix2D;|matrix2d.d.ts| 302 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: invert(): Matrix2D;|matrix2d.d.ts| 303 |新增|NA|模块名: matrix2d<br>类名: Matrix2D<br>方法 or 属性: multiply(other?: Matrix2D): Matrix2D;|matrix2d.d.… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-components-canvas-matrix2d.md | 274 | [Matrix2D](#matrix2d) | Identity matrix. | 327 | [Matrix2D](#matrix2d) | Inverse of the current matrix. | 390 | [Matrix2D](#matrix2d) | Matrix of the multiplication result. | 461 | [Matrix2D](#matrix2d) | Matrix of the rotation result. | 528 | [Matrix2D](#matrix2d) | Matrix of the rotation result. | 594 | [Matrix2D](#matrix2d) | Matrix of the translation result. | 660 | [Matrix2D](#matrix2d) | Matrix of the scale result. |
|
H A D | ts-components-canvas-canvaspattern.md | 27 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | No | Transformation matrix.<b…
|
H A D | ts-components-canvas-path2d.md | 61 | transform | [Matrix2D](ts-components-canvas-matrix2d.md) | No | null | Transformation matrix of…
|
H A D | ts-canvasrenderingcontext2d.md | 2449 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | No | Transformation matrix.<b… 2510 | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | **Matrix2D** object. |
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 2649 | transform | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | No| Transformation matrix.<br… 2714 | [Matrix2D](ts-components-canvas-matrix2d.md#Matrix2D) | Matrix object.|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-arkui.md | 294 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D|matrix2d.d.ts| 295 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: scaleX?: numbe… 296 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotateY?: numb… 297 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotateX?: numb… 298 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: scaleY?: numbe… 299 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: translateX?: n… 300 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: translateY?: n… 301 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: identity(): Ma… 302 |Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: invert(): Matr… 303 …Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: multiply(other… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | BUILD.gn | 25 "adapter/matrix2d.cpp",
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 662 …:scaleX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:scaleX?: number;<br>新版本信息:?number|matrix2d.d.ts| 663 …otateY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:rotateY?: number;<br>新版本信息:?number|matrix2d.d.ts| 664 …otateX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:rotateX?: number;<br>新版本信息:?number|matrix2d.d.ts| 665 …:scaleY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:scaleY?: number;<br>新版本信息:?number|matrix2d.d.ts| 666 …teX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:translateX?: number;<br>新版本信息:?number|matrix2d.d.ts| 667 …teY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:translateY?: number;<br>新版本信息:?number|matrix2d.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | Readme-CN.md | 283 - [Matrix2D](arkui-ts/ts-components-canvas-matrix2d.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | Readme-EN.md | 283 - [Matrix2D](arkui-ts/ts-components-canvas-matrix2d.md)
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-arkui.md | 662 …D;<br>Method or attribute name: scaleX?: number;<br>New version information: ?number|matrix2d.d.ts| 663 …;<br>Method or attribute name: rotateY?: number;<br>New version information: ?number|matrix2d.d.ts| 664 …;<br>Method or attribute name: rotateX?: number;<br>New version information: ?number|matrix2d.d.ts| 665 …D;<br>Method or attribute name: scaleY?: number;<br>New version information: ?number|matrix2d.d.ts| 666 …r>Method or attribute name: translateX?: number;<br>New version information: ?number|matrix2d.d.ts| 667 …r>Method or attribute name: translateY?: number;<br>New version information: ?number|matrix2d.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 2408 - [Matrix2D](reference/apis-arkui/arkui-ts/ts-components-canvas-matrix2d.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 2294 - [Matrix2D](reference/apis-arkui/arkui-ts/ts-components-canvas-matrix2d.md)
|