Lines Matching refs:m_rTargetDevice

61         return m_rTargetDevice.GetTextWidth( _rText, _nStartIndex, _nLength );  in GetTextWidth()
68m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText()
75 return m_rTargetDevice.GetCaretPositions( _rText, _pCaretXArray, _nStartIndex, _nLength ); in GetCaretPositions()
81 return m_rTargetDevice.GetTextBreak( _rText, _nMaxTextWidth, _nStartIndex, _nLength ); in GetTextBreak()
122 OutputDevice& m_rTargetDevice; member in vcl::ReferenceDeviceTextLayout
136 :m_rTargetDevice( _rTargetDevice ) in ReferenceDeviceTextLayout()
142 m_rTargetDevice.Push( PUSH_MAPMODE | PUSH_FONT | PUSH_TEXTLAYOUTMODE ); in ReferenceDeviceTextLayout()
144 MapMode aTargetMapMode( m_rTargetDevice.GetMapMode() ); in ReferenceDeviceTextLayout()
164 m_rTargetDevice.SetMapMode( aTargetMapMode ); in ReferenceDeviceTextLayout()
168 …aDrawFont.SetSize( m_rTargetDevice.LogicToLogic( aDrawFont.GetSize(), MAP_POINT, eTargetMapUnit ) … in ReferenceDeviceTextLayout()
183 m_rTargetDevice.Pop(); in ~ReferenceDeviceTextLayout()
257 m_rTargetDevice.DrawTextArray( _rStartPoint, _rText, pCharWidths, _nStartIndex, _nLength ); in DrawText()
260 …m_aCompleteTextRect.Union( Rectangle( _rStartPoint, Size( nTextWidth, m_rTargetDevice.GetTextHeigh… in DrawText()
317 m_rTargetDevice.SetLayoutMode( nTextLayoutMode | TEXT_LAYOUT_TEXTORIGIN_LEFT ); in DrawText()
324 Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in DrawText()
327 m_rTargetDevice.DrawText( aRect, _rText, _nStyle, _pVector, _pDisplayText, this ); in DrawText()
338 aTextRect = m_rTargetDevice.GetTextRect( aRect, _rText, _nStyle, NULL, this ); in DrawText()
343 aTextRect = m_rTargetDevice.LogicToPixel( aTextRect ); in DrawText()
353 *charRect = m_rTargetDevice.LogicToPixel( *charRect ); in DrawText()