Home
last modified time | relevance | path

Searched refs:CreatePerspective (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h50 static Matrix4 CreatePerspective(double distance);
H A Dmatrix4.cpp91 Matrix4 Matrix4::CreatePerspective(double distance) in CreatePerspective() function in OHOS::Ace::Matrix4
H A Dtransform_util.cpp427 operation.matrix4_ = Matrix4::CreatePerspective(distance); in ParseOperationToMatrix()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp139 transform_ = transform_ * Matrix4::CreatePerspective(static_cast<float>(dx)); in Perspective()
304 return Matrix4::CreatePerspective(distance); in ParseTransformEffect()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix4_test.cpp124 * @tc.steps: Test the function CreatePerspective of the class Matrix4. in HWTEST_F()
126 Matrix4 matrix4Obj9 = Matrix4::CreatePerspective(DEFAULT_DOUBLE0); in HWTEST_F()
128 Matrix4 matrix4Obj10 = Matrix4::CreatePerspective(DEFAULT_DOUBLE2); in HWTEST_F()
H A Dtransform_util_test.cpp235 EXPECT_EQ(operations[4].matrix4_, Matrix4::CreatePerspective(NUM_D2)); in HWTEST_F()
/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp153 OHOS::Rosen::TransformHelper::CreatePerspective(eye); in WindowUtilMathFuzzPart2()
/foundation/window/window_manager/utils/include/
H A Dwm_math.h232 Matrix4 CreatePerspective(const Vector3& camera);
/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp292 Matrix4 CreatePerspective(const Vector3& camera) in CreatePerspective() function
H A Dwindow_property.cpp142 TransformHelper::CreatePerspective(cameraPos); in HandleComputeTransform()

Completed in 9 milliseconds