Lines Matching refs:m_aRenderDevice
414 VirtualDevice m_aRenderDevice; member in svt::PanelTabBar_Impl
495 ,m_aRenderDevice( i_rTabBar ) in PanelTabBar_Impl()
507 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL ) ) in PanelTabBar_Impl()
511 m_pRenderer.reset( new NWFTabItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
514 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in PanelTabBar_Impl()
515 m_pRenderer.reset( new NWFToolboxItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
517 m_pRenderer.reset( new VCLItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
519 m_aRenderDevice.SetLineColor(); in PanelTabBar_Impl()
708 BitmapEx aBitmap( m_aRenderDevice.GetBitmapEx( in CopyFromRenderDevice()
831 m_aRenderDevice.SetOutputSizePixel( aLogicalOutputSize ); in Relayout()
1044 m_pImpl->m_aRenderDevice.Push( PUSH_CLIPREGION ); in Paint()
1045 m_pImpl->m_aRenderDevice.SetClipRegion( aNormalizedPaintArea ); in Paint()
1047 m_pImpl->m_aRenderDevice.Pop(); in Paint()