Home
last modified time | relevance | path

Searched refs:transform2 (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_helper_test.cpp247 Transform transform2; in HWTEST_F() local
248 WindowHelper::GetTransformFromWorldMat4(mat1, rect2, transform2); in HWTEST_F()
249 TransformHelper::Vector3 pivotPos2 = { rect2.posX_ + transform2.pivotX_ * rect2.width_, in HWTEST_F()
250 rect2.posY_ + transform2.pivotY_ * rect2.height_, 0 }; in HWTEST_F()
252 mat2 *= WindowHelper::ComputeWorldTransformMat4(transform2); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp432 GraphicTransformType transform2 = GraphicTransformType::GRAPHIC_ROTATE_NONE; in HWTEST_F() local
433 ASSERT_EQ(bp->GetTransform(transform2), OHOS::GSERROR_OK); in HWTEST_F()
434 ASSERT_EQ(transform, transform2); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp356 Matrix4 transform2 = Matrix4::CreateScale(0.0f, 0.0f, 0.0f); in HWTEST_F() local
357 TransformUtil::DecomposeTransform(out, transform2); in HWTEST_F()

Completed in 3 milliseconds