Home
last modified time | relevance | path

Searched refs:Matrix3d (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.h81 void Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3,
83 void Matrix3d(Matrix4 m, const AnimationOption& = AnimationOption());
H A Dtransform_component.cpp150 return Matrix3d(a, b, 0, 0, c, d, 0, 0, 0, 0, 1, 0, dx, dy, 0, 1); in Matrix()
153 void TransformComponent::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, in Matrix3d() function in OHOS::Ace::TransformComponent
163 void TransformComponent::Matrix3d(Matrix4 m, const AnimationOption& animationOption) in Matrix3d() function in OHOS::Ace::TransformComponent
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h82 typedef Matrix3<double> Matrix3d; typedef
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h84 typedef Matrix3<double> Matrix3d; typedef
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp139 transformComponent->Matrix3d(value.matrix4_); in TransformComponentUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp680 transform->Matrix3d(matrix[0], matrix[1], matrix[2], matrix[3], matrix[4], matrix[5], matrix[6], matrix[7], in SetTransformMatrix()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp992 node.transformComponent_->Matrix3d(matrix[0], matrix[1], matrix[2], matrix[3], matrix[4], in SetTransform()

Completed in 12 milliseconds