Lines Matching refs:closeRect
547 BRect closeRect = _CloseRectFrame(Frame()); in MouseDown() local
548 if (!fController->CloseButtonsAvailable() || !closeRect.Contains(where)) { in MouseDown()
554 ContainerView()->Invalidate(closeRect); in MouseDown()
577 BRect closeRect = _CloseRectFrame(Frame()); in MouseMoved() local
578 bool overCloseRect = closeRect.Contains(where); in MouseMoved()
583 ContainerView()->Invalidate(closeRect); in MouseMoved()
617 BRect closeRect = _CloseRectFrame(frame); in _DrawCloseButton() local
618 frame.right = closeRect.left - be_control_look->DefaultLabelSpacing(); in _DrawCloseButton()
620 closeRect.left = (closeRect.left + closeRect.right) / 2 - 3; in _DrawCloseButton()
621 closeRect.right = closeRect.left + 6; in _DrawCloseButton()
622 closeRect.top = (closeRect.top + closeRect.bottom) / 2 - 3; in _DrawCloseButton()
623 closeRect.bottom = closeRect.top + 6; in _DrawCloseButton()
659 BRect buttonRect(closeRect.InsetByCopy(-4, -4)); in _DrawCloseButton()
665 closeRect.OffsetBy(1, 1); in _DrawCloseButton()
673 owner->StrokeLine(closeRect.LeftTop(), closeRect.RightBottom()); in _DrawCloseButton()
674 owner->StrokeLine(closeRect.LeftBottom(), closeRect.RightTop()); in _DrawCloseButton()