Searched refs:aDstSize (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 258 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 455 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 D | outdev4.cxx | 954 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()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 1712 awt::Size aDstSize(m_pImpl->getXSize(), m_pImpl->getYSize()); in createGraphicObject() local 1713 …gon::Pointer_t pCorrected = m_pImpl->mpWrapPolygon->correctWordWrapPolygon(aGraphicSize, aDstSize); in createGraphicObject()
|
Completed in 276 milliseconds