Lines Matching refs:getTargetDevice
121 OutputDevice& getTargetDevice() const { return m_rTargetDevice; } in getTargetDevice() function in svt::VCLItemRenderer
133 getTargetDevice().DrawRect( Rectangle( Point(), getTargetDevice().GetOutputSizePixel() ) ); in renderBackground()
195 OutputDevice& getTargetDevice() const { return m_rTargetDevice; } in getTargetDevice() function in svt::NWFToolboxItemRenderer
207 getTargetDevice().DrawRect( Rectangle( Point(), getTargetDevice().GetOutputSizePixel() ) ); in renderBackground()
238 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, i_rContentRect, n… in preRenderItem()
270 OutputDevice& getTargetDevice() const { return m_rTargetDevice; } in getTargetDevice() function in svt::NWFTabItemRenderer
282 Rectangle aBackground( Point(), getTargetDevice().GetOutputSizePixel() ); in renderBackground()
283 getTargetDevice().DrawRect( aBackground ); in renderBackground()
286 getTargetDevice().DrawNativeControl( CTRL_TAB_PANE, PART_ENTIRE_CONTROL, aBackground, in renderBackground()
298 bool bNativeOK = getTargetDevice().GetNativeControlRegion( in calculateDecorations()
322 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, i_rConte… in preRenderItem()