Home
last modified time | relevance | path

Searched refs:m_nLayout (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dsalgdi.hxx98 int m_nLayout; // 0: mirroring off, 1: mirror x-axis member in SalGraphics
351 int GetLayout() { return m_nLayout; } in GetLayout()
352 void SetLayout( int aLayout ) { m_nLayout = aLayout;} in SetLayout()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx76 : m_nLayout( 0 ), in SalGraphics()
81 m_nLayout = SAL_LAYOUT_BIDI_RTL; in SalGraphics()
125 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
142 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
161 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
178 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
200 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
249 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
397 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in SetClipRegion()
408 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPixel()
[all …]

Completed in 21 milliseconds