Lines Matching refs:titleButtonRect
1994 WMError WindowSessionImpl::GetTitleButtonArea(TitleButtonRect& titleButtonRect)
2010 titleButtonRect.IsUninitializedRect();
2028 titleButtonRect.posX_ = static_cast<int32_t>(decorRect.width_) -
2030 titleButtonRect.posX_ = static_cast<int32_t>(titleButtonRect.posX_ / vpr);
2031 titleButtonRect.posY_ = static_cast<int32_t>(titleButtonLeftRect.posY_ / vpr);
2032 titleButtonRect.width_ = static_cast<uint32_t>(titleButtonLeftRect.width_ / vpr);
2033 titleButtonRect.height_ = static_cast<uint32_t>(titleButtonLeftRect.height_ / vpr);
2092 TitleButtonRect titleButtonRect;
2093 titleButtonRect.posX_ = static_cast<int32_t>(decorRect.width_) -
2095 titleButtonRect.posX_ = static_cast<int32_t>(titleButtonRect.posX_ / vpr);
2096 titleButtonRect.posY_ = static_cast<int32_t>(titleButtonLeftRect.posY_ / vpr);
2097 titleButtonRect.width_ = static_cast<uint32_t>(titleButtonLeftRect.width_ / vpr);
2098 titleButtonRect.height_ = static_cast<uint32_t>(titleButtonLeftRect.height_ / vpr);
2099 window->NotifyWindowTitleButtonRectChange(titleButtonRect);
2143 void WindowSessionImpl::NotifyWindowTitleButtonRectChange(TitleButtonRect titleButtonRect)
2149 listener->OnWindowTitleButtonRectChanged(titleButtonRect);