Searched refs:rTitleBarBox (Results 1 – 5 of 5) sorted by relevance
114 Rectangle PanelTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument123 rTitleBarBox.Top(), in GetTitleArea()124 rTitleBarBox.Right(), in GetTitleArea()125 rTitleBarBox.Bottom()); in GetTitleArea()128 return rTitleBarBox; in GetTitleArea()134 void PanelTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument136 (void)rTitleBarBox; in PaintDecoration()
95 Rectangle DeckTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument100 rTitleBarBox.Top(), in GetTitleArea()101 rTitleBarBox.Right(), in GetTitleArea()102 rTitleBarBox.Bottom()); in GetTitleArea()108 void DeckTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument110 (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;
Completed in 22 milliseconds