/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | start_options.cpp | 31 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 D | boot_picture_player.cpp | 78 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 D | boot_compile_progress.cpp | 71 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 D | boot_animation_operation.cpp | 46 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 D | sdl_video_sink_plugin.cpp | 116 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 D | sdl_video_sink_plugin.h | 72 uint32_t windowWidth_; member in OHOS::Media::Plugin::Sdl::SdlVideoSinkPlugin
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_picture_player.h | 42 int32_t windowWidth_;
member in OHOS::BootPicturePlayer
|
H A D | boot_compile_progress.h | 44 int32_t windowWidth_ = 0; member in OHOS::BootCompileProgress
|
H A D | boot_animation_operation.h | 58 int32_t windowWidth_;
member in OHOS::BootAnimationOperation
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | start_options.h | 78 int32_t windowWidth_ = 0; member in OHOS::AAFwk::final
|