Home
last modified time | relevance | path

Searched refs:aDstSize (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx455 Size aDstSize( pVDev->PixelToLogic( aDstSizePixel ) ); in playMetafile() local
460 … double fScaleX = (double)aDstSize.Width() / (double)aTmpMtf.GetPrefSize().Width(); in playMetafile()
461 … double fScaleY = (double)aDstSize.Height() / (double)aTmpMtf.GetPrefSize().Height(); in playMetafile()
468 aTmpMtf.Play( pVDev, aPoint, aDstSize ); in playMetafile()
478 pVDev->DrawRect( Rectangle( aPoint, aDstSize ) ); in playMetafile()
482 aTmpMtf.Play( pVDev, aPoint, aDstSize ); in playMetafile()
490 … pVDev->DrawGradient( Rectangle( aPoint, aDstSize ), rTransparenceGradient ); in playMetafile()
H A Doutdev4.cxx954 const Size aDstSize( aDstRect.GetSize() ); in DrawGradient() local
968 if( pVDev->SetOutputSizePixel( aDstSize) ) in DrawGradient()
975 pVDev->DrawOutDev( Point(), aDstSize, aDstRect.TopLeft(), aDstSize, *this ); in DrawGradient()
987 DrawOutDev( aDstRect.TopLeft(), aDstSize, Point(), aDstSize, *pVDev ); in DrawGradient()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1713 awt::Size aDstSize(m_pImpl->getXSize(), m_pImpl->getYSize()); in createGraphicObject() local
1714 …gon::Pointer_t pCorrected = m_pImpl->mpWrapPolygon->correctWordWrapPolygon(aGraphicSize, aDstSize); in createGraphicObject()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx258 const ::basegfx::B2DRange aDstSize(::basegfx::tools::getRange(rSmall)); in ImpEqualizePolyPointCount() local
259 const ::basegfx::B2DPoint aDstPos(aDstSize.getCenter()); in ImpEqualizePolyPointCount()
262 …aTrans.scale(aDstSize.getWidth() / aSrcSize.getWidth(), aDstSize.getHeight() / aSrcSize.getHeight(… in ImpEqualizePolyPointCount()
314 const ::basegfx::B2DRange aDstSize(::basegfx::tools::getRange(rSmaller.getB2DPolygon(0L))); in ImpAddPolys() local
315 const ::basegfx::B2DPoint aDstPos(aDstSize.getCenter()); in ImpAddPolys()

Completed in 40 milliseconds