Searched refs:startRectExceptFrame (Results 1 – 3 of 3) sorted by relevance
218 Rect startPointRect, Rect startRectExceptFrame, Rect startRectExceptCorner) in MoveDragProperty()222 startPointRect_(startPointRect), startRectExceptFrame_(startRectExceptFrame), in MoveDragProperty()267 Rect startRectExceptFrame = { parcel.ReadInt32(), parcel.ReadInt32(), in Unmarshalling() local272 info->startRectExceptFrame_ = startRectExceptFrame; in Unmarshalling()
316 const auto& startRectExceptFrame = moveDragProperty_->startRectExceptFrame_; in GetHotZoneRect() local323 hotZoneRect = startRectExceptFrame; // drag type: left/right/top/bottom in GetHotZoneRect()
3015 auto& startRectExceptFrame = moveDragProperty_->startRectExceptFrame_; in CalculateStartRectExceptHotZone() local3016 startRectExceptFrame.posX_ = startPointRect.posX_ + in CalculateStartRectExceptHotZone()3018 startRectExceptFrame.posY_ = startPointRect.posY_ + in CalculateStartRectExceptHotZone()3020 startRectExceptFrame.width_ = startPointRect.width_ - in CalculateStartRectExceptHotZone()3022 startRectExceptFrame.height_ = startPointRect.height_ - in CalculateStartRectExceptHotZone()