Home
last modified time | relevance | path

Searched refs:aSrcSize (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx956 const Size aSrcSize( aTransGraphic.GetPrefSize() ); in GetTransformedGraphic() local
1002 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1003 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()
1009 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic()
1010 …(double)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height(… in GetTransformedGraphic()
1015 …ize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRightBottom.Width()) / aSrcSize.Width()) + .5), in GetTransformedGraphic()
1016 …Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / aSrcSize.Height()) + .5) )… in GetTransformedGraphic()
1020 …tfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Width() / (aSrcSize.Width() - aCropLe… in GetTransformedGraphic()
1021 …MapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCropL… in GetTransformedGraphic()
1028 …aMtf.Scale( Fraction( rDestSize.Width(), aSrcSize.Width() ), Fraction( rDestSize.Height(), aSrcSiz… in GetTransformedGraphic()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx256 const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBig)); in ImpEqualizePolyPointCount() local
257 const ::basegfx::B2DPoint aSrcPos(aSrcSize.getCenter()); in ImpEqualizePolyPointCount()
262 …aTrans.scale(aDstSize.getWidth() / aSrcSize.getWidth(), aDstSize.getHeight() / aSrcSize.getHeight(… in ImpEqualizePolyPointCount()
312 const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBigger.getB2DPolygon(0L))); in ImpAddPolys() local
313 const ::basegfx::B2DPoint aSrcPos(aSrcSize.getCenter()); in ImpAddPolys()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx221 aSrcSize = aView.GetAllMarkedRect().GetSize(); in ScDrawTransferObj()
230 aObjDesc.maSize = aSrcSize; in ScDrawTransferObj()
753 aDestView.Paste( *pModel, Point( aSrcSize.Width()/2, aSrcSize.Height()/2 ) ); in InitDocShell()
773 Rectangle aDestArea( aTmpPoint, aSrcSize ); in InitDocShell()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1124 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWrite() local
1127 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWrite()
1128 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWrite()
H A Dwmfwr.cxx1730 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteRecords() local
1733 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteRecords()
1734 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1621 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in Impl_writeActions() local
1624 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in Impl_writeActions()
1625 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2322 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOrders() local
2325 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOrders()
2326 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx2132 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in WriteOpcodes() local
2135 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOpcodes()
2136 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1383 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions() local
1386 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions()
1387 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in ImplWriteActions()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx2267 const Size aSrcSize( rTransMtf.GetPrefSize() ); in ImplWriteActions() local
2269 const double fScaleX = aSrcSize.Width() ? (double) rSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions()
2270 const double fScaleY = aSrcSize.Height() ? (double) rSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1179 const Size aSrcSize( aTmpMtf.GetPrefSize() ); in ImplWriteActions() local
1182 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions()
1183 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
/trunk/main/sc/source/ui/inc/
H A Ddrwtrans.hxx57 Size aSrcSize; member in ScDrawTransferObj
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1204 const CGSize aSrcSize = CGSizeMake( nSrcWidth, nSrcHeight); in copyArea() local
1205 xSrcLayer = ::CGLayerCreateWithContext( xCopyContext, aSrcSize, NULL ); in copyArea()

Completed in 139 milliseconds