Home
last modified time | relevance | path

Searched refs:GetScreenHeight (Results 1 - 25 of 41) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/
H A Dsystem_info_tdd_test.cpp45 EXPECT_TRUE(SystemInfo::GetInstance().GetScreenHeight() == screenHeight); in HWTEST_F()
88 uint16_t height = SystemInfo::GetInstance().GetScreenHeight(); in HWTEST_F()
155 uint16_t height = SystemInfo::GetInstance().GetScreenHeight(); in HWTEST_F()
174 height = SystemInfo::GetInstance().GetScreenHeight(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_screen_mode_demo.cpp48 supportedModes_[i].GetScreenWidth() << "x" << supportedModes_[i].GetScreenHeight() << in TestRun()
53 currScreenMode.GetScreenWidth() << "x" << currScreenMode.GetScreenHeight() << in TestRun()
65 currScreenMode.GetScreenWidth() << "x" << currScreenMode.GetScreenHeight() << in TestRun()
H A Dscreen_info_demo.cpp42 cout << "ScreenHeight : " << modeInfo.GetScreenHeight() << endl; in main()
H A Drender_service_display_mode_demo.cpp240 screenHeight_ = activeModeInfo.GetScreenHeight(); in InitTestCase()
/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp37 return BaseGfxEngine::GetInstance()->GetScreenHeight(); in GetHeight()
51 uint16_t screenHeight = baseGfxEngine->GetScreenHeight(); in GetCurrentScreenBitmap()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.h49 uint16_t GetScreenHeight() const;
H A Dsystem_info.cpp50 uint16_t SystemInfo::GetScreenHeight() const in GetScreenHeight() function in OHOS::ACELite::SystemInfo
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_mode_info.h39 int32_t GetScreenHeight() const;
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp48 uint32_t lastFrameSize = configParam_.GetScreenWidth() * configParam_.GetScreenHeight() * RGB_CHROMA / TWO; in FillDirtyImages2Surface()
58 .height = configParam_.GetScreenHeight(), in FillDirtyImages2Surface()
95 configParam_.GetScreenHeight() * RGBA_CHROMA); in ProcessDamageSurface()
149 uint32_t screenHeight = configParam_.GetScreenHeight(); in DecodeDamageData()
197 uint8_t *uData = lastFrameIdx + configParam_.GetScreenWidth() * configParam_.GetScreenHeight() + in ReplaceDamage2LastFrame()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp56 videoParam->GetScreenHeight()); in CreateVirtualScreen()
74 videoParam->GetScreenHeight(), in CreateVirtualScreen()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h32 uint32_t GetScreenHeight() const;
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_independent_display_strategy.cpp31 int screenHeight = modeInfo.GetScreenHeight(); in Display()
H A Dboot_compatible_display_strategy.cpp48 int32_t screenHeight = modeInfo.GetScreenHeight(); in Display()
H A Dboot_associative_display_strategy.cpp54 int screenHeight = modeInfo.GetScreenHeight(); in Display()
H A Dboot_picture_player.cpp79 windowHeight_ = modeinfo.GetScreenHeight(); in InitPicCoordinates()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_mode_info.cpp65 int32_t RSScreenModeInfo::GetScreenHeight() const in GetScreenHeight() function in OHOS::Rosen::RSScreenModeInfo
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dcondition_arbitrator.cpp212 return SystemInfo::GetInstance().GetScreenHeight() == dimensionValue; in CompareIntDimension()
216 return SystemInfo::GetInstance().GetScreenHeight() >= dimensionValue; in CompareIntDimension()
220 return SystemInfo::GetInstance().GetScreenHeight() <= dimensionValue; in CompareIntDimension()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp40 uint32_t VideoParam::GetScreenHeight() const in GetScreenHeight() function in OHOS::DistributedHardware::VideoParam
/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp32 int32_t screenHeight = static_cast<int32_t>(configParam_.GetScreenHeight()); in IsDirtyRectValid()
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h170 virtual uint16_t GetScreenHeight() in GetScreenHeight() function in OHOS::BaseGfxEngine
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.h169 uint16_t GetScreenHeight() const in GetScreenHeight() function in OHOS::ScreenDeviceProxy
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenmodeinfo_fuzzer/
H A Drsscreenmodeinfo_fuzzer.cpp118 screenModeInfo.GetScreenHeight(); in DoGetScreenHeight()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregionmgr.cpp139 uint32_t screenHeight = videoParam->GetScreenHeight(); in GetScreenDumpInfo()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp353 uint32_t screenHeight = videoParam->GetScreenHeight(); in GetScreenDumpInfo()
387 messageJosn[SOURCE_WIN_HEIGHT] = videoParam->GetScreenHeight(); in PublishMessage()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/
H A Ddistributed_input_sink_manager.h106 uint32_t GetScreenHeight();

Completed in 11 milliseconds

12