Home
last modified time | relevance | path

Searched refs:i_pOutDev (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx310 …raphics::mirror( const basegfx::B2DPoint& i_rPoint, const OutputDevice *i_pOutDev, bool i_bBack ) … in mirror() argument
313 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()
325 OutputDevice *pOutDevRef = (OutputDevice*)i_pOutDev; in mirror()
339 …aphics::mirror( const basegfx::B2DPolygon& i_rPoly, const OutputDevice *i_pOutDev, bool i_bBack ) … in mirror() argument
342 if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror()
343 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
355 aRet.append( mirror( i_rPoly.getB2DPoint( i ), i_pOutDev, i_bBack ) ); in mirror()
357 … aRet.setPrevControlPoint( i, mirror( i_rPoly.getPrevControlPoint( i ), i_pOutDev, i_bBack ) ); in mirror()
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx387 const OutputDevice* i_pOutDev);