Lines Matching refs:i_rContentArea
91 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
116 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
137 …Rectangle VCLItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags … in calculateDecorations() argument
141 return i_rContentArea; in calculateDecorations()
190 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
211 …Rectangle NWFToolboxItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const Ite… in calculateDecorations() argument
225 Point( i_rContentArea.Left() - 1, i_rContentArea.Top() - 1 ), in calculateDecorations()
226 Size( i_rContentArea.GetWidth() + 2, i_rContentArea.GetHeight() + 2 ) in calculateDecorations()
265 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
291 …Rectangle NWFTabItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFla… in calculateDecorations() argument
300 i_rContentArea, nState, in calculateDecorations()
404 …impl_renderItemContent( const PToolPanel& i_pPanel, const Rectangle& i_rContentArea, const TabItem…
623 …impl_renderItemContent( const PToolPanel& i_pPanel, const Rectangle& i_rContentArea, const TabItem… in impl_renderItemContent() argument
627 Rectangle aRenderArea( i_rContentArea ); in impl_renderItemContent()