/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 32 windowHeight_ = other.windowHeight_; in StartOptions() 51 windowHeight_ = other.windowHeight_; in operator =() 184 windowHeight_ = windowHeight; in SetWindowHeight() 189 return windowHeight_; in GetWindowHeight()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_picture_player.cpp | 79 windowHeight_ = modeinfo.GetScreenHeight(); in InitPicCoordinates() 80 if (windowWidth_ >= windowHeight_) { in InitPicCoordinates() 81 realHeight_ = windowHeight_; in InitPicCoordinates() 87 pointY_ = (windowHeight_ - realHeight_) / NUMBER_TWO; in InitPicCoordinates() 142 auto frame = rsSurface_->RequestFrame(windowWidth_, windowHeight_); in Draw() 175 Rosen::Drawing::Rect bgRect(0.0, 0.0, windowWidth_, windowHeight_); in OnDraw()
|
H A D | boot_compile_progress.cpp | 72 windowHeight_ = modeInfo.GetScreenHeight(); in Init() 73 fontSize_ = TransalteVp2Pixel(std::min(windowWidth_, windowHeight_), FONT_SIZE_VP); in Init() 103 rsSurfaceNode_->SetBounds(0, 0, windowWidth_, windowHeight_); in CreateCanvasNode() 112 rsCanvasNode_->SetBounds(0, 0, windowWidth_, windowHeight_); in CreateCanvasNode() 113 rsCanvasNode_->SetFrame(0, windowHeight_ * OFFSET_Y_PERCENT, windowWidth_, windowHeight_ * HEIGHT_PERCENT); in CreateCanvasNode() 197 rsCanvasNode_->BeginRecording(windowWidth_, windowHeight_ * HEIGHT_PERCENT)); in DrawCompileProgress()
|
H A D | boot_animation_operation.cpp | 47 windowHeight_ = height;
in Init() 99 rsDisplayNode_->SetFrame(0, 0, windowWidth_, windowHeight_);
in InitRsDisplayNode() 100 rsDisplayNode_->SetBounds(0, 0, windowWidth_, windowHeight_);
in InitRsDisplayNode() 128 rsSurfaceNode_->SetBounds({0, 0, windowWidth_, windowHeight_});
in InitRsSurfaceNode()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/ |
H A D | sdl_video_sink_plugin.cpp | 117 windowHeight_(DEFAULT_WINDOW_HEIGHT), in SdlVideoSinkPlugin() 154 if (windowWidth_ && windowHeight_) { in UpdateTextureRect() 157 double_t winRational = static_cast<double_t>(windowWidth_) / static_cast<double_t>(windowHeight_); in UpdateTextureRect() 166 textureRect_.h = static_cast<int32_t>(windowHeight_); in UpdateTextureRect() 177 windowHeight_ = textureRect_.h; in UpdateTextureRect() 181 textureRect_.y = (static_cast<int32_t>(windowHeight_) - textureRect_.h) / 2; // 2 in UpdateTextureRect() 185 windowWidth_, windowHeight_, textureRect_.w, textureRect_.h, textureRect_.x, textureRect_.y); in UpdateTextureRect() 196 static_cast<int32_t>(windowWidth_), static_cast<int32_t>(windowHeight_), sdlFlags); in CreateSdlDispContext() 483 windowHeight_ = event.window.data2; in HandleSdlEvent()
|
H A D | sdl_video_sink_plugin.h | 73 uint32_t windowHeight_; member in OHOS::Media::Plugin::Sdl::SdlVideoSinkPlugin
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_picture_player.h | 43 int32_t windowHeight_;
member in OHOS::BootPicturePlayer
|
H A D | boot_compile_progress.h | 45 int32_t windowHeight_ = 0; member in OHOS::BootCompileProgress
|
H A D | boot_animation_operation.h | 59 int32_t windowHeight_;
member in OHOS::BootAnimationOperation
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | start_options.h | 79 int32_t windowHeight_ = 0; member in OHOS::AAFwk::final
|