Searched refs:m_nLayout (Results 1 – 2 of 2) sorted by relevance
76 : 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 …]
98 int m_nLayout; // 0: mirroring off, 1: mirror x-axis member in SalGraphics351 int GetLayout() { return m_nLayout; } in GetLayout()352 void SetLayout( int aLayout ) { m_nLayout = aLayout;} in SetLayout()
Completed in 20 milliseconds