Searched refs:m_rReferenceDevice (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | textlayout.cxx | 123 OutputDevice& m_rReferenceDevice; member in vcl::ReferenceDeviceTextLayout 137 ,m_rReferenceDevice( _rReferenceDevice ) in ReferenceDeviceTextLayout() 159 const MapUnit eTargetMapUnit = m_rReferenceDevice.GetMapMode().GetMapUnit(); in ReferenceDeviceTextLayout() 172 m_rReferenceDevice.Push( PUSH_FONT | PUSH_TEXTLAYOUTMODE ); in ReferenceDeviceTextLayout() 175 aRefFont.GetSize(), MAP_POINT, m_rReferenceDevice.GetMapMode().GetMapUnit() ) ); in ReferenceDeviceTextLayout() 176 m_rReferenceDevice.SetFont( aRefFont ); in ReferenceDeviceTextLayout() 182 m_rReferenceDevice.Pop(); in ~ReferenceDeviceTextLayout() 209 … long nTextWidth = m_rReferenceDevice.GetTextArray( _rText, _pDXAry, _nStartIndex, _nLength ); in GetTextArray() 247 …m_rReferenceDevice.GetGlyphBoundRects( _rStartPoint, _rText, _nStartIndex, _nLength, _nStartIndex,… in DrawText() 271 … if ( !m_rReferenceDevice.GetCaretPositions( _rText, _pCaretXArray, _nStartIndex, _nLength ) ) in GetCaretPositions() [all …]
|