Searched refs:PERSP_0 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 34 PERSP_0, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | matrix_test.cpp | 501 matrix->Set(Matrix::PERSP_0, 60.5f); 502 EXPECT_EQ(matrix->Get(Matrix::PERSP_0), 60.5f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | matrix.h | 58 PERSP_0, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 309 if (!ROSEN_EQ(matrix.Get(Drawing::Matrix::PERSP_0), 0.f, EPSILON) || in MapRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_processor.cpp | 307 …matrix.Get(Drawing::Matrix::Index::TRANS_Y), layerInfo.matrix.Get(Drawing::Matrix::Index::PERSP_0), in GetLayerInfo()
|
H A D | rs_uni_render_composer_adapter.cpp | 142 matrix.Get(Drawing::Matrix::Index::TRANS_Y), matrix.Get(Drawing::Matrix::Index::PERSP_0), in BuildComposeInfo() 720 …totalMatrix.Get(Drawing::Matrix::Index::TRANS_Y), totalMatrix.Get(Drawing::Matrix::Index::PERSP_0), in BuildComposeInfo() 774 …totalMatrix.Get(Drawing::Matrix::Index::TRANS_Y), totalMatrix.Get(Drawing::Matrix::Index::PERSP_0), in BuildComposeInfo()
|
H A D | rs_uni_render_util.cpp | 832 int rotateY = static_cast<int>(-round(atan2(value[Drawing::Matrix::Index::PERSP_0], in Is3DRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 655 … data[Drawing::Matrix::PERSP_0], data[Drawing::Matrix::PERSP_1], data[Drawing::Matrix::PERSP_2]); in Unmarshalling()
|