Home
last modified time | relevance | path

Searched refs:realWidth_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp82 realWidth_ = realHeight_; in InitPicCoordinates()
83 pointX_ = (windowWidth_ - realWidth_) / NUMBER_TWO; in InitPicCoordinates()
85 realWidth_ = windowWidth_; in InitPicCoordinates()
86 realHeight_ = realWidth_; in InitPicCoordinates()
194 Rosen::Drawing::Rect rect(pointX_, pointY_, pointX_ + realWidth_, pointY_ + realHeight_); in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h46 int32_t realWidth_ = 0; variable