Lines Matching refs:i_pOutDev

310 …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()
359 … aRet.setNextControlPoint( i, mirror( i_rPoly.getNextControlPoint( i ), i_pOutDev, i_bBack ) ); in mirror()
369 …cs::mirror( const basegfx::B2DPolyPolygon& i_rPoly, const OutputDevice *i_pOutDev, bool i_bBack ) … in mirror() argument
372 if( i_pOutDev && i_pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in mirror()
373 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
384 aRet.append( mirror( i_rPoly.getB2DPolygon( i ), i_pOutDev, i_bBack ) ); in mirror()
493 … ::basegfx::B2DPolyPolygon& i_rPolyPolygon, double i_fTransparency, const OutputDevice* i_pOutDev ) in DrawPolyPolygon() argument
496 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (i_pOutDev && i_pOutDev->IsRTLEnabled()) ) in DrawPolyPolygon()
498 basegfx::B2DPolyPolygon aMirror( mirror( i_rPolyPolygon, i_pOutDev ) ); in DrawPolyPolygon()
542 …const SalPoint* const* i_pPtAry, const sal_uInt8* const* i_pFlgAry, const OutputDevice* i_pOutDev ) in DrawPolyPolygonBezier() argument
545 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (i_pOutDev && i_pOutDev->IsRTLEnabled()) ) in DrawPolyPolygonBezier()
554 mirror( nPoints, i_pPtAry[i], pPtAry2[i], i_pOutDev ); in DrawPolyPolygonBezier()
574 const OutputDevice* i_pOutDev ) in DrawPolyLine() argument
577 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (i_pOutDev && i_pOutDev->IsRTLEnabled()) ) in DrawPolyLine()
579 basegfx::B2DPolygon aMirror( mirror( i_rPolygon, i_pOutDev ) ); in DrawPolyLine()