Home
last modified time | relevance | path

Searched defs:matrix4 (Results 1 – 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
Danimatable_matrix4.cpp25 Matrix4& matrix4 = *this; in operator =() local
35 Matrix4& matrix4 = *this; in operator =() local
47 Matrix4& matrix4 = *this; in operator =() local
56 Matrix4& matrix4 = *this; in MoveTo() local
66 Matrix4& matrix4 = *this; in AnimateTo() local
130 Matrix4& matrix4 = *this; in OnAnimationCallback() local
Danimatable_matrix4.h34 : Matrix4(matrix4), animationOption_(option) in Matrix4() argument
Dtransform_util.cpp99 Matrix4 matrix4; in BuildRotationMatrix() local
Dmatrix4.cpp433 auto matrix4 = Matrix4::CreateIdentity(); in operator *() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Dsvg_transform.h27 Matrix4 matrix4; member
Drosen_render_svg_pattern.cpp80 RSMatrix matrix4; in OnAsPaint() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_obj_abs_geometry.cpp323 SkM44 matrix4 = SkM44::ColMajor(r); local
325 SkMatrix44 matrix4; local
337 Drawing::Matrix44 matrix4; local
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
Dace_scene_builder.cpp35 SkMatrix ToSkMatrix(const Matrix4& matrix4) in ToSkMatrix()
70 void AceSceneBuilder::PushTransform(const Matrix4& matrix4) in PushTransform()
Dflutter_scene_builder.cpp23 tonic::Float64List ToFloat64List(const Matrix4& matrix4) in ToFloat64List()
54 void FlutterSceneBuilder::PushTransform(const Matrix4& matrix4) in PushTransform()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dflutter_render_transform.cpp22 tonic::Float64List ToFloat64List(const Matrix4& matrix4) in ToFloat64List()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
DcomponentInfo.h53 Matrix4 matrix4; member
/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
Djs_component_utils.cpp85 napi_value matrix4[16] = { nullptr }; in JSGetRectangleById() local
/foundation/arkui/ace_engine/frameworks/core/accessibility/
Daccessibility_node.h692 void SetTransformToChild(Matrix4 matrix4) in SetTransformToChild()
705 Rect GetRectWithTransform(const Rect& rect, Matrix4& matrix4) in GetRectWithTransform()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_svg_painter.cpp891 SkMatrix RosenSvgPainter::ToSkMatrix(const Matrix4& matrix4) in ToSkMatrix()
917 RSMatrix RosenSvgPainter::ToDrawingMatrix(const Matrix4& matrix4) in ToDrawingMatrix()
Dflutter_svg_painter.cpp559 SkMatrix FlutterSvgPainter::ToSkMatrix(const Matrix4& matrix4) in ToSkMatrix()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dinspector.cpp337 Matrix4 matrix4 = renderContext->GetTransformMatrixValue(defMatrix4); in GetRectangleById() local