Lines Matching refs:Rectangle

104                 Rectangle( aBitmapPos, aBitmapSize ),  in getBitmapFor()
142 …static Rectangle lcl_getContentArea( GridTableRenderer_Impl const & i_impl, Rectangle const & i_ce… in lcl_getContentArea()
144 Rectangle aContentArea( i_cellArea ); in lcl_getContentArea()
152 static Rectangle lcl_getTextRenderingArea( Rectangle const & i_contentArea ) in lcl_getTextRenderingArea()
154 Rectangle aTextArea( i_contentArea ); in lcl_getTextRenderingArea()
238 … OutputDevice& _rDevice, const Rectangle& _rArea, bool _bIsColHeaderArea, bool _bIsRowHeaderArea, in PaintHeaderArea()
266 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintColumnHeader()
279 Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintColumnHeader()
334 OutputDevice& _rDevice, const Rectangle& _rRowArea, const StyleSettings& _rStyle ) in PrepareRow()
400 …owHeader( bool i_hasControlFocus, bool _bSelected, OutputDevice& _rDevice, const Rectangle& _rArea, in PaintRowHeader()
417Rectangle const aTextRect( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, _rArea ) ) ); in PaintRowHeader()
434 Rectangle const aContentArea;
440 CellRenderContext( OutputDevice& i_device, Rectangle const & i_contentArea, in CellRenderContext()
454 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintCell()
458 Rectangle const aContentArea( lcl_getContentArea( *m_pImpl, _rArea ) ); in PaintCell()
569 Rectangle const textRect( lcl_getTextRenderingArea( i_context.aContentArea ) ); in impl_paintCellText()
577 void GridTableRenderer::ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) in ShowCellCursor()
583 void GridTableRenderer::HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) in HideCellCursor()
591 …bool const i_active, bool const i_selected, OutputDevice& i_targetDevice, Rectangle const & i_targ… in FitsIntoCell()
615Rectangle const aTargetArea( lcl_getTextRenderingArea( lcl_getContentArea( *m_pImpl, i_targetArea … in FitsIntoCell()