Home
last modified time | relevance | path

Searched refs:fScaleX (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/vcl/source/gdi/
H A Dregionband.cxx703 void RegionBand::Scale(double fScaleX, double fScaleY) in Scale() argument
717 if(0.0 != fScaleX) in Scale()
719 pBand->ScaleX(fScaleX); in Scale()
H A Dcvtsvm.cxx2269 const double fScaleX = aSrcSize.Width() ? (double) rSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() local
2273 if( fScaleX != 1.0 || fScaleY != 1.0 ) in ImplWriteActions()
2275 aMtf.Scale( fScaleX, fScaleY ); in ImplWriteActions()
2276 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
H A Dpdfwriter_impl2.cxx460 … double fScaleX = (double)aDstSize.Width() / (double)aTmpMtf.GetPrefSize().Width(); in playMetafile() local
462 if( fScaleX != 1.0 || fScaleY != 1.0 ) in playMetafile()
463 aTmpMtf.Scale( fScaleX, fScaleY ); in playMetafile()
H A Dbitmap3.cxx2435 const double fScaleX(bMirrorHor ? -rScaleX : rScaleX); in ImplScaleConvolution() local
2439 const sal_uInt32 nNewWidth(FRound(nWidth * fScaleX)); in ImplScaleConvolution()
2489 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()
2518 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx286 double fScaleX; in ScaleContour() local
299 fScaleX = (double) rDisplaySize.Width() / aOrgSize.Width(); in ScaleContour()
313 rPoly[ i ] = Point( FRound( aNewPoint.X() * fScaleX ), FRound( aNewPoint.Y() * fScaleY ) ); in ScaleContour()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx85 const double fScaleX((double)rSizePixel.Width() / (double)aCurrentSizePixel.Width()); in createPreviewBitmapEx() local
87 const double fScale(std::min(fScaleX, fScaleY)); in createPreviewBitmapEx()
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx294 …double fScaleX = maBlipProps.moTileScaleX.get( MAX_PERCENT ) / static_cast< double >( MAX_PERCENT … in pushToPropMap() local
295 …llBmpSizeX = getLimitedValue< sal_Int32, double >( aOriginalSize.Width * fScaleX, 1, SAL_MAX_INT32… in pushToPropMap()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1733 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteRecords() local
1740 if( fScaleX != 1.0 || fScaleY != 1.0 ) in WriteRecords()
1742 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteRecords()
1743 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1624 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in Impl_writeActions() local
1628 if( fScaleX != 1.0 || fScaleY != 1.0 ) in Impl_writeActions()
1630 aTmpMtf.Scale( fScaleX, fScaleY ); in Impl_writeActions()
1631 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ); in Impl_writeActions()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx495 void PolyPolygon::Scale( double fScaleX, double fScaleY ) in Scale() argument
508 mpImplPolyPolygon->mpPolyAry[ i ]->Scale( fScaleX, fScaleY ); in Scale()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2325 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOrders() local
2329 if( fScaleX != 1.0 || fScaleY != 1.0 ) in WriteOrders()
2331 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteOrders()
2332 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx2135 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOpcodes() local
2139 if( fScaleX != 1.0 || fScaleY != 1.0 ) in WriteOpcodes()
2141 aTmpMtf.Scale( fScaleX, fScaleY ); in WriteOpcodes()
2142 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1386 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() local
1390 if( fScaleX != 1.0 || fScaleY != 1.0 ) in ImplWriteActions()
1392 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWriteActions()
1393 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
/trunk/main/vcl/inc/
H A Dregionband.hxx67 void Scale(double fScaleX, double fScaleY);
H A Dprintergfx.hxx296 void PSScale (double fScaleX, double fScaleY);
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx89 void Scale( double fScaleX, double fScaleY );
H A Dgdimtf.hxx159 void Scale( double fScaleX, double fScaleY );
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx435 double fScaleX(xFact); in NbcResize() local
446 mTrans.scale(fScaleX, fScaleY, 1.0); in NbcResize()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx858 const double fScaleX((double)maOutRect.getWidth() / (double)maPageSize.Width()); in Paint() local
860 aObjectTransform.scale(fScaleX, fScaleY); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx639 …const double fScaleX(fabs(aScale.getX()) / (basegfx::fTools::equalZero(aPolyRange.getWidth()) ? 1.… in applyCurrentTransformationToSdrObject() local
645 aPolyTransform.scale(fScaleX, fScaleY); in applyCurrentTransformationToSdrObject()
3926 …double fScaleX = ( aGraphicSize.Width() - rOldCrop.GetLeft() - rOldCrop.GetRight() ) / (double)aOl… in EndSdrDrag() local
3958 sal_Int32 nLeftCrop = static_cast<sal_Int32>( rOldCrop.GetLeft() + nDiffLeft * fScaleX ); in EndSdrDrag()
3960 sal_Int32 nRightCrop = static_cast<sal_Int32>( rOldCrop.GetRight() - nDiffRight * fScaleX ); in EndSdrDrag()
H A Dsvdotextdecomposition.cxx988 const double fScaleX(fabs(aScale.getX()) / aOutlinerScale.getX()); in impDecomposeStretchTextPrimitive() local
990 …rOutliner.SetGlobalCharStretching((sal_Int16)FRound(fScaleX * 100.0), (sal_Int16)FRound(fScaleY * … in impDecomposeStretchTextPrimitive()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx89 …const double fScaleX(basegfx::fTools::equalZero(aGrownRange.getWidth()) ? 1.0 : aRange.getWidth() … in impGetOuterPolyPolygon() local
94 aScaleTrans.scale(fScaleX, fScaleY); in impGetOuterPolyPolygon()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx89 const double fScaleX((bNoSWidth ? 1.0 : 1.0 / fSWidth) * rTarget.getWidth()); in createMapping() local
91 … const double fScale(isMeetOrSlice() ? std::min(fScaleX, fScaleY) : std::max(fScaleX, fScaleY)); in createMapping()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2771 double fScaleX; in GetContour() local
2784 fScaleX = (double) aOrig.Width() / aOrgSize.Width(); in GetContour()
2798 … rPoly[ i ] = Point( FRound( aNewPoint.X() * fScaleX ), FRound( aNewPoint.Y() * fScaleY ) ); in GetContour()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm313 double fScaleX = double(aLogicSize.Width())/double(aPageSize.aSize.Width());
315 double fScale = (fScaleX < fScaleY) ? fScaleX : fScaleY;

Completed in 318 milliseconds

123