Searched refs:i_rTitleBarBox (Results 1 – 2 of 2) sorted by relevance
190 void ToolPanelDrawer::impl_paintBackground( const Rectangle& i_rTitleBarBox ) in impl_paintBackground() argument193 m_pPaintDevice->DrawRect( i_rTitleBarBox ); in impl_paintBackground()197 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopLeft(), i_rTitleBarBox.TopRight() ); in impl_paintBackground()198 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopLeft(), i_rTitleBarBox.BottomLeft() ); in impl_paintBackground()201 m_pPaintDevice->DrawLine( i_rTitleBarBox.BottomLeft(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()202 m_pPaintDevice->DrawLine( i_rTitleBarBox.TopRight(), i_rTitleBarBox.BottomRight() ); in impl_paintBackground()
91 void impl_paintBackground( const Rectangle& i_rTitleBarBox );
Completed in 11 milliseconds