Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
Dmatrix44_impl.h27 class Matrix; variable
Dmatrix_impl.h31 class DRAWING_API Matrix; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
Dmatrix.h106 constexpr Matrix() : Matrix(1, 0, 0, 0, 1, 0, 0, 0, 1, IDENTITY) {} in Matrix() function
108 …constexpr Matrix(float sx, float kx, float tx, float ky, float sy, float ty, float p0, float p1, f… in Matrix() function
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
Dsvg_declaration.h36 Matrix, enumerator
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
Dmatrix.cpp23 Matrix::Matrix() : matrixImplPtr(ImplFactory::CreateMatrixImpl()) {} in Matrix() function in OHOS::Rosen::Drawing::Matrix
25 Matrix::Matrix(const Matrix& other) : matrixImplPtr(ImplFactory::CreateMatrixImpl(other)) {} in Matrix() function in OHOS::Rosen::Drawing::Matrix
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dtransform_component.cpp147 void TransformComponent::Matrix( in Matrix() function in OHOS::Ace::TransformComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkComponent.ts530 interface Matrix { interface