Home
last modified time | relevance | path

Searched refs:SetSurfaceBounds (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_test.h33 void SetSurfaceBounds(const Vector4f& bounds);
H A Drs_graphic_test_director.h40 void SetSurfaceBounds(const Vector4f& bounds);
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test.cpp154 void RSGraphicTest::SetSurfaceBounds(const Vector4f& bounds) in SetSurfaceBounds() function in OHOS::Rosen::RSGraphicTest
156 RSGraphicTestDirector::Instance().SetSurfaceBounds(bounds); in SetSurfaceBounds()
H A Drs_graphic_test_director.cpp186 void RSGraphicTestDirector::SetSurfaceBounds(const Vector4f& bounds) in SetSurfaceBounds() function in OHOS::Rosen::RSGraphicTestDirector
/foundation/graphic/graphic_2d/graphic_test/graphic_test/test_template/
H A Dtest_template.cpp28 SetSurfaceBounds({0, 0, size.x_ / 2.0f, size.y_ / 2.0f});
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp335 * @tc.name: SetSurfaceBounds
336 * @tc.desc: SetSurfaceBounds function
339 HWTEST_F(SceneSessionTest4, SetSurfaceBounds, Function | SmallTest | Level2) in HWTEST_F()
342 info.abilityName_ = "SetSurfaceBounds"; in HWTEST_F()
343 info.bundleName_ = "SetSurfaceBounds"; in HWTEST_F()
350 session->SetSurfaceBounds(rect); in HWTEST_F()
352 session->SetSurfaceBounds(rect); in HWTEST_F()
H A Dscene_session_test5.cpp369 * @tc.desc: SetSurfaceBounds function
387 session->SetSurfaceBounds(rect); in HWTEST_F()
389 session->SetSurfaceBounds(rect); in HWTEST_F()
H A Dscene_session_test2.cpp1707 sceneSession->SetSurfaceBounds(rect); in HWTEST_F()
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_func_feature/component_capture/
H A Ddemo.cpp78 SetSurfaceBounds({0, 0, size.x_ / 2.0f, size.y_ / 2.0f});
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2270 SetSurfaceBounds(rect, isGlobal, needFlush); in HandleCompatibleModeMoveDrag()
2298 SetSurfaceBounds(rect, isGlobal, needFlush); in HandleCompatibleModeDrag()
2305 SetSurfaceBounds(rect, isGlobal, needFlush); in HandleCompatibleModeDrag()
2318 SetSurfaceBounds(rect, isGlobal, needFlush); in HandleCompatibleModeDrag()
2323 SetSurfaceBounds(rect, isGlobal, needFlush); in HandleCompatibleModeDrag()
2358 SetSurfaceBounds(globalRect, isGlobal, needFlush); in HandleMoveDrag()
2496 void SceneSession::SetSurfaceBounds(const WSRect& rect, bool isGlobal, bool needFlush) in SetSurfaceBounds() function in SceneSession
2533 WLOGE("SetSurfaceBounds surfaceNode is null!"); in SetSurfaceBounds()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h572 void SetSurfaceBounds(const WSRect& rect, bool isGlobal = false, bool needFlush = true);

Completed in 19 milliseconds