Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp31 windowWidth_ = other.windowWidth_; in StartOptions()
50 windowWidth_ = other.windowWidth_; in operator =()
174 windowWidth_ = windowWidth; in SetWindowWidth()
179 return windowWidth_; in GetWindowWidth()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp78 windowWidth_ = modeinfo.GetScreenWidth(); in InitPicCoordinates()
80 if (windowWidth_ >= windowHeight_) { in InitPicCoordinates()
83 pointX_ = (windowWidth_ - realWidth_) / NUMBER_TWO; in InitPicCoordinates()
85 realWidth_ = windowWidth_; 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.cpp71 windowWidth_ = modeInfo.GetScreenWidth(); 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()
220 float scalarX = windowWidth_ * scale - textBlob->Bounds()->GetWidth() / NUMBER_TWO; in DrawCompileProgress()
232 int pointX = windowWidth_/2.0f + 4 * RADIUS * (i - 1); // align point in center and 2RADUIS between two points in DrawCompileProgress()
H A Dboot_animation_operation.cpp46 windowWidth_ = width; 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.cpp116 windowWidth_(DEFAULT_WINDOW_WIDTH), in SdlVideoSinkPlugin()
154 if (windowWidth_ && windowHeight_) { in UpdateTextureRect()
157 double_t winRational = static_cast<double_t>(windowWidth_) / static_cast<double_t>(windowHeight_); in UpdateTextureRect()
160 textureRect_.w = static_cast<int32_t>(windowWidth_); in UpdateTextureRect()
176 windowWidth_ = textureRect_.w; in UpdateTextureRect()
180 textureRect_.x = (static_cast<int32_t>(windowWidth_) - textureRect_.w) / 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()
482 windowWidth_ = event.window.data1; in HandleSdlEvent()
H A Dsdl_video_sink_plugin.h72 uint32_t windowWidth_; member in OHOS::Media::Plugin::Sdl::SdlVideoSinkPlugin
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h42 int32_t windowWidth_; member in OHOS::BootPicturePlayer
H A Dboot_compile_progress.h44 int32_t windowWidth_ = 0; member in OHOS::BootCompileProgress
H A Dboot_animation_operation.h58 int32_t windowWidth_; member in OHOS::BootAnimationOperation
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_options.h78 int32_t windowWidth_ = 0; member in OHOS::AAFwk::final

Completed in 5 milliseconds