Searched refs:bounds_ (Results 1 – 6 of 6) sorted by relevance
41 bounds_ = bounds; in SetBounds()49 return bounds_; in GetBounds()104 std::swap(bounds_.rect_.width_, bounds_.rect_.height_); in SetScreenRotation()105 int32_t width = bounds_.rect_.width_; in SetScreenRotation()106 int32_t height = bounds_.rect_.height_; in SetScreenRotation()108 … bounds_.rect_.left_ -= static_cast<float>(width - height) / static_cast<float>(HALF_VALUE) - in SetScreenRotation()110 … bounds_.rect_.top_ += static_cast<float>(width - height) / static_cast<float>(HALF_VALUE); in SetScreenRotation()112 … bounds_.rect_.left_ += static_cast<float>(height - width) / static_cast<float>(HALF_VALUE); in SetScreenRotation()113 … bounds_.rect_.top_ -= static_cast<float>(height - width) / static_cast<float>(HALF_VALUE) + in SetScreenRotation()162 int32_t width = bounds_.rect_.width_; in UpdateXDpi()[all …]
40 SaveLayerOps() : bounds_(nullptr), brush_(nullptr), imageFilter_(nullptr), saveLayerFlags_(0) {} in SaveLayerOps()51 … : bounds_(bounds), brush_(brush), imageFilter_(imageFilter), saveLayerFlags_(saveLayerFlags) {} in bounds_() function59 return bounds_; in GetBounds()87 const Rect* bounds_;
90 RRect bounds_; variable
161 return bounds_; in GetRectInScreen()167 …bounds_.SetLeftTopScreenPostion(bounds.GetLeftTopXScreenPostion(), bounds.GetLeftTopYScreenPostion… in SetRectInScreen()168 …bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYS… in SetRectInScreen()
71 bounds_ = *rect; in ReadFromParcelSecondPart()172 RectParcel boundsParcel(bounds_); in MarshallingSecondPart()
1332 Rect bounds_ {};