/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | system_info.cpp | 34 screenWidth_ = screenHeight_ = 0; in Initialize() 35 ProductAdapter::GetScreenSize(screenWidth_, screenHeight_); in Initialize() 36 if (screenWidth_ != 0 && screenHeight_ != 0) { in Initialize() 37 aspectRatio_ = (float)screenWidth_ / (float)screenHeight_; in Initialize() 52 return screenHeight_; in GetScreenHeight()
|
H A D | system_info.h | 54 SystemInfo() : screenWidth_(0), screenHeight_(0), aspectRatio_(0.0), deviceType_(nullptr), isRoundScreen_(false) {} in SystemInfo() 58 uint16_t screenHeight_; member in OHOS::ACELite::final
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_display_mode_demo.cpp | 240 screenHeight_ = activeModeInfo.GetScreenHeight(); in InitTestCase() 242 std::cout << "Width: " << screenWidth_ << ", Height: " << screenHeight_; in InitTestCase() local 249 auto sourceSurcaseNode = pipelineTestUtils::CreateSurface(SURFACE_NODE_SIZE, screenHeight_ * 0.2f, in TestCaseDefault() 250 screenWidth_ * 0.4f, screenHeight_ * 0.3f, 0xff0000ff); in TestCaseDefault() 252 auto targetSurfaceNode = pipelineTestUtils::CreateSurface(SURFACE_NODE_SIZE, screenHeight_ * 0.6f, in TestCaseDefault() 253 screenWidth_ * 0.6f, screenHeight_ * 0.3f, 0xffff0000); in TestCaseDefault() 288 int screenHeight_ = 0; member in OHOS::Rosen::RSDisplayModeTestCase
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/ |
H A D | screen_source_trans_test.cpp | 379 localParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 386 remoteParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 406 localParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 413 remoteParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 433 localParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 440 remoteParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 461 localParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 468 remoteParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 489 localParam.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F() 496 remoteParam.screenHeight_ in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | video_param.cpp | 37 screenHeight_ = screenHeight; in SetScreenHeight() 42 return screenHeight_; in GetScreenHeight() 109 {KEY_SCREEN_HEIGHT, videoParam.screenHeight_}, in to_json() 145 videoParam.screenHeight_ = screenHeight; in from_json()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/ |
H A D | screen_sink_trans_test.cpp | 47 param_.screenHeight_ = VIDEO_DATA_NUM; in SetUp() 72 param_.screenHeight_ = HEIGHT_INVALID; in HWTEST_F() 230 param_.screenHeight_ = HEIGHT_INVALID; in HWTEST_F() 234 param_.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 758 screenHeight_ = static_cast<uint32_t>(display->GetHeight()); in GetWindowParam() 759 HILOG_INFO("screenWidth_ = %{public}d, screenHeight_ = %{public}d.", screenWidth_, screenHeight_); in GetWindowParam() 761 screenSpan_ = hypot(screenWidth_, screenHeight_); in GetWindowParam() 772 if (screenWidth_ == 0 || screenHeight_ == 0) { in OnZoom() 780 float y = anchorPointY_ / screenHeight_; in OnZoom() 808 if (screenWidth_ == 0 || screenHeight_ == 0) { in OnScroll() 829 if (anchorPointY_ > screenHeight_) { in OnScroll() 830 anchorPointY_ = screenHeight_; in OnScroll() 834 float y = anchorPointY_ / screenHeight_; in OnScroll() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/mediasource/ |
H A D | video_source_screen.cpp | 98 configure.screenHeight_); in CreateVirtualScreen() 102 configure.screenHeight_, in CreateVirtualScreen()
|
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | gfx_engine_manager.h | 172 return screenHeight_; in GetScreenHeight() 198 uint16_t screenHeight_ = VERTICAL_RESOLUTION; member in OHOS::BaseGfxEngine
|
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | video_param.h | 50 uint32_t screenHeight_; member in OHOS::DistributedHardware::VideoParam
|
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_source_encoder.h | 35 uint32_t screenHeight_ = DEFAULT_VIDEO_HEIGHT; member in OHOS::Sharing::VideoSourceConfigure
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_zoom_gesture.h | 103 uint32_t screenHeight_ = 0; member in OHOS::Accessibility::AccessibilityZoomGesture
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xcomponent.h | 91 uint64_t screenHeight_ = 0; member in MyXComponent
|
H A D | my_xcomponent.cpp | 122 screenHeight_ = height; in SetSceenHeight() 170 screenImageInfo_ = {static_cast<int32_t>(screenWidth_), static_cast<int32_t>(screenHeight_), in InitScreenCanvas()
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/ |
H A D | jpeg_image_processor_test.cpp | 32 param_.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in SetUp()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_processor_test.cpp | 37 param_.screenHeight_ = VIDEO_DATA_NUM; in SetUp()
|
H A D | image_sink_decoder_test.cpp | 39 param_.screenHeight_ = VIDEO_DATA_NUM; in SetUp()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion_test.cpp | 178 videoParam->screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/ |
H A D | screen_decision_center_test.cpp | 35 param_.screenHeight_ = DSCREEN_MAX_SCREEN_DATA_HEIGHT; in SetUp()
|