/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | matrix4_test.cpp | 68 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 100 Matrix4 matrix4Obj6 = Matrix4::CreateIdentity(); 142 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 180 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 182 Matrix4 matrix4Obj2 = Matrix4::CreateIdentity(); 214 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 348 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 367 Matrix4 matrix4Obj2 = Matrix4::CreateIdentity() * DEFAULT_DOUBLE2; 411 Matrix4 matrix4Obj1 = Matrix4::CreateIdentity(); 426 Matrix4 matrix4Obj2 = Matrix4::CreateIdentity(); [all …]
|
H A D | transform_util_test.cpp | 115 EXPECT_EQ(result.matrix4_, Matrix4::CreateIdentity()); 145 EXPECT_EQ(result.matrix4_, Matrix4::CreateIdentity()); 237 EXPECT_EQ(operations[5].matrix4_, Matrix4::CreateIdentity()); 239 EXPECT_EQ(operations[6].matrix4_, Matrix4::CreateIdentity()); 331 Matrix4 transform = Matrix4::CreateIdentity();
|
H A D | animatable_matrix4_test.cpp | 47 Matrix4 matrixObj1 = Matrix4::CreateIdentity(); 77 Matrix4 endValue = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 73 Matrix4 matrix = Matrix4::CreateIdentity(); in BuildPerspectiveMatrix() 83 Matrix4 matrix = Matrix4::CreateIdentity(); in BuildTranslationMatrix() 130 Matrix4 matrix = Matrix4::CreateIdentity(); in BuildSkewMatrix() 132 Matrix4 temp = Matrix4::CreateIdentity(); in BuildSkewMatrix() 154 Matrix4 matrix = Matrix4::CreateIdentity(); in BuildScaleMatrix() 162 Matrix4 matrix = Matrix4::CreateIdentity(); in ComposeTransform() 270 ret.matrix4_ = Matrix4::CreateIdentity(); in Create() 464 Matrix4 result = Matrix4::CreateIdentity(); in ComputerRemaining()
|
H A D | matrix4.cpp | 31 Matrix4 Matrix4::CreateIdentity() in CreateIdentity() function in OHOS::Ace::Matrix4 51 return Matrix4::CreateIdentity(); in CreateRotate() 93 auto result = CreateIdentity(); in CreatePerspective() 108 inverted = CreateIdentity(); in Invert() 191 return *this == CreateIdentity(); in IsIdentityMatrix() 457 auto matrix4 = Matrix4::CreateIdentity(); in operator *()
|
H A D | matrix4.h | 33 static Matrix4 CreateIdentity();
|
H A D | transform_util.h | 124 Matrix4 matrix4_ = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_transform.cpp | 44 auto retMat = Matrix4::CreateIdentity(); in CreateMatrix4() 57 Matrix4 mat = Matrix4::CreateIdentity(); in CreateMatrix4() 101 auto retMat = Matrix4::CreateIdentity(); in CreateMatrixFromMap() 102 auto mat = Matrix4::CreateIdentity(); in CreateMatrixFromMap()
|
H A D | render_svg_base.cpp | 862 return Matrix4::CreateIdentity(); in UpdateTransformMatrix4()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | gesture_recognizer_test_ng.cpp | 131 FRAME_NODE_0->localMat_ = Matrix4::CreateIdentity(); 132 FRAME_NODE_1->localMat_ = Matrix4::CreateIdentity(); 133 FRAME_NODE_2->localMat_ = Matrix4::CreateIdentity(); 162 FRAME_NODE_0->localMat_ = Matrix4::CreateIdentity(); 197 FRAME_NODE_0->localMat_ = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/ |
H A D | cj_matrix4_ffi.cpp | 41 Matrix4 matrix = Matrix4::CreateIdentity(); in FfiOHOSMatrix4Init() 68 nativeMatrix->SetMatrix4(Matrix4::CreateIdentity()); in FfiOHOSMatrix4Identity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | rosen_render_toggle.h | 48 Matrix4 transformLayer_ = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | render_context_test_ng.cpp | 333 renderContext.propTransformMatrix_ = Matrix4::CreateIdentity();; 395 renderContext.propTransformMatrix_ = Matrix4::CreateIdentity();; 426 renderContext.propTransformMatrix_ = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | render_transform.cpp | 151 transform_ = Matrix4::CreateIdentity(); in ResetTransform() 310 return Matrix4::CreateIdentity(); in ParseTransformEffect() 568 transform_ = Matrix4::CreateIdentity(); in ClearRenderObject() 580 transformPaint_ = Matrix4::CreateIdentity(); in ClearRenderObject()
|
H A D | transform_component.h | 112 transform_ = Matrix4::CreateIdentity(); in ResetTransform()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | image_analyzer.h | 102 Matrix4 transformMat = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | rosen_render_button.h | 81 Matrix4 transformLayer_ = Matrix4::CreateIdentity();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_matrix4_module.cpp | 36 Matrix4 result = Matrix4::CreateIdentity(); in ConvertToMatrix() 372 … matrixObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, Matrix4::CreateIdentity())); in Identity() 379 … moduleObj->SetProperty(runtime, MATRIX_4X4, ConvertToJSValue(runtime, Matrix4::CreateIdentity())); in InitMatrix4Module()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 253 auto transformMat = renderContext->GetTransformMatrixValue(Matrix4::CreateIdentity()); in UpdateAnalyzerUIConfig()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.cpp | 322 CHECK_NULL_RETURN(context, Matrix4::CreateIdentity()); in Transform()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 1353 Matrix4 localMat_ = Matrix4::CreateIdentity(); 1355 Matrix4 localRevertMatrix_ = Matrix4::CreateIdentity();
|
H A D | inspector.cpp | 506 Matrix4 defMatrix4 = Matrix4::CreateIdentity(); in GetRectangleById()
|