Searched refs:i_pOutDev (Results 1 – 2 of 2) sorted by relevance
310 …raphics::mirror( const basegfx::B2DPoint& i_rPoint, const OutputDevice *i_pOutDev, bool i_bBack ) … in mirror() argument313 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() argument342 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 …]
387 const OutputDevice* i_pOutDev);