Home
last modified time | relevance | path

Searched refs:i_pOutDev (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx313 if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror()
314 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
323 if( i_pOutDev && !i_pOutDev->IsRTLEnabled() ) in mirror()
342 if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror()
343 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
372 if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror()
373 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
496 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (i_pOutDev && i_pOutDev->IsRTLEnabled()) ) in DrawPolyPolygon()
545 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (i_pOutDev && i_pOutDev->IsRTLEnabled()) ) in DrawPolyPolygonBezier()
574 const OutputDevice* i_pOutDev ) in DrawPolyLine() argument
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx387 const OutputDevice* i_pOutDev);

Completed in 26 milliseconds