Home
last modified time | relevance | path

Searched refs:windowHeight_ (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp32 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 Dboot_picture_player.cpp79 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 Dboot_compile_progress.cpp72 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 Dboot_animation_operation.cpp47 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 Dsdl_video_sink_plugin.cpp117 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 Dsdl_video_sink_plugin.h73 uint32_t windowHeight_; member in OHOS::Media::Plugin::Sdl::SdlVideoSinkPlugin
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h43 int32_t windowHeight_; member in OHOS::BootPicturePlayer
H A Dboot_compile_progress.h45 int32_t windowHeight_ = 0; member in OHOS::BootCompileProgress
H A Dboot_animation_operation.h59 int32_t windowHeight_; member in OHOS::BootAnimationOperation
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h79 int32_t windowHeight_ = 0; member in OHOS::AAFwk::final

Completed in 4 milliseconds