Searched refs:rTitleBarBox (Results 1 – 5 of 5) sorted by relevance
103 Rectangle PanelTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument112 rTitleBarBox.Top(), in GetTitleArea()113 rTitleBarBox.Right(), in GetTitleArea()114 rTitleBarBox.Bottom()); in GetTitleArea()117 return rTitleBarBox; in GetTitleArea()120 void PanelTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument122 (void)rTitleBarBox; in PaintDecoration()
85 Rectangle DeckTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument90 rTitleBarBox.Top(), in GetTitleArea()91 rTitleBarBox.Right(), in GetTitleArea()92 rTitleBarBox.Bottom()); in GetTitleArea()95 void DeckTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument97 (void)rTitleBarBox; in PaintDecoration()
47 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox);48 virtual void PaintDecoration (const Rectangle& rTitleBarBox);
54 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox);55 virtual void PaintDecoration (const Rectangle& rTitleBarBox);
62 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox) = 0;63 virtual void PaintDecoration (const Rectangle& rTitleBarBox) = 0;