Home
last modified time | relevance | path

Searched refs:_rTargetDevice (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx96 …ReferenceDeviceTextLayout( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice& _…
134 …eviceTextLayout::ReferenceDeviceTextLayout( const Control& _rControl, OutputDevice& _rTargetDevice, in ReferenceDeviceTextLayout() argument
136 :m_rTargetDevice( _rTargetDevice ) in ReferenceDeviceTextLayout()
169 _rTargetDevice.SetFont( aDrawFont ); in ReferenceDeviceTextLayout()
364 …nderer::ControlTextRenderer( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice&… in ControlTextRenderer() argument
365 :m_pImpl( new ReferenceDeviceTextLayout( _rControl, _rTargetDevice, _rReferenceDevice ) ) in ControlTextRenderer()
/trunk/main/vcl/source/control/
H A Dctrl.cxx547 void Control::DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect, const XubString&… in DrawControlText() argument
562 …if ( !mpControlData->mpReferenceDevice || ( mpControlData->mpReferenceDevice == &_rTargetDevice ) ) in DrawControlText()
564 _io_rRect = _rTargetDevice.GetTextRect( _io_rRect, _rStr, _nStyle ); in DrawControlText()
565 _rTargetDevice.DrawText( _io_rRect, _rStr, _nStyle, _pVector, _pDisplayText ); in DrawControlText()
569 ControlTextRenderer aRenderer( *this, _rTargetDevice, *mpControlData->mpReferenceDevice ); in DrawControlText()
574 _rTargetDevice.Push( PUSH_LINECOLOR | PUSH_FILLCOLOR ); in DrawControlText()
575 _rTargetDevice.SetLineColor( COL_LIGHTRED ); in DrawControlText()
576 _rTargetDevice.SetFillColor(); in DrawControlText()
582 _rTargetDevice.DrawRect( *cr ); in DrawControlText()
584 _rTargetDevice.Pop(); in DrawControlText()
/trunk/main/vcl/inc/vcl/
H A Dctrl.hxx97 void DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect,
/trunk/main/vcl/inc/
H A Dtextlayout.hxx64 DefaultTextLayout( OutputDevice& _rTargetDevice ) in DefaultTextLayout() argument
65 :m_rTargetDevice( _rTargetDevice ) in DefaultTextLayout()
112 …ControlTextRenderer( const Control& _rControl, OutputDevice& _rTargetDevice, OutputDevice& _rRefer…

Completed in 28 milliseconds