Home
last modified time | relevance | path

Searched refs:fScaleX (Results 1 – 25 of 58) sorted by path

123

/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx54 BASEGFX_DLLPUBLIC B2DHomMatrix createScaleB2DHomMatrix(double fScaleX, double fScaleY);
79 double fScaleX, double fScaleY,
112 double fScaleX, double fScaleY,
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx110 if(!fTools::equal(fScaleX, fOne)) in createScaleB2DHomMatrix()
112 aRetval.set(0, 0, fScaleX); in createScaleB2DHomMatrix()
180 double fScaleX, double fScaleY, in createScaleShearXRotateTranslateB2DHomMatrix() argument
212 /* Row 0, Column 0 */ fCos * fScaleX, in createScaleShearXRotateTranslateB2DHomMatrix()
215 /* Row 1, Column 0 */ fSin * fScaleX, in createScaleShearXRotateTranslateB2DHomMatrix()
229 /* Row 0, Column 0 */ fScaleX, in createScaleShearXRotateTranslateB2DHomMatrix()
247 /* Row 0, Column 0 */ fCos * fScaleX, in createScaleShearXRotateTranslateB2DHomMatrix()
250 /* Row 1, Column 0 */ fSin * fScaleX, in createScaleShearXRotateTranslateB2DHomMatrix()
330 double fScaleX, double fScaleY, in createScaleTranslateB2DHomMatrix() argument
348 aRetval.set(0, 0, fScaleX); in createScaleTranslateB2DHomMatrix()
[all …]
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx574 …void impFillMatrix(B2DHomMatrix& rSource, double fScaleX, double fScaleY, double fShearX, double f… in impFillMatrix() argument
578 rSource.scale(fScaleX, fScaleY); in impFillMatrix()
583 bool impDecomposeComposeTest(double fScaleX, double fScaleY, double fShearX, double fRotate) in impDecomposeComposeTest() argument
587 impFillMatrix(aSource, fScaleX, fScaleY, fShearX, fRotate); in impDecomposeComposeTest()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx338 fScaleX/=fMax; in adjustAspectRatio3d()
343 if( fScaleX<0 || fScaleY<0 || fScaleZ<0 ) in adjustAspectRatio3d()
362 if( fScaleX>0 && fScaleZ>0 ) in adjustAspectRatio3d()
379 lcl_ensureScaleValue(fScaleX); in adjustAspectRatio3d()
389 if( fScaleX<0 ) in adjustAspectRatio3d()
390 fScaleX = 1.0; in adjustAspectRatio3d()
403 if( fScaleX>0 && fScaleZ>0 ) in adjustAspectRatio3d()
447 if( fScaleX<0 ) in adjustAspectRatio3d()
448 fScaleX = 1.0; in adjustAspectRatio3d()
460 fScaleX/=fMax; in adjustAspectRatio3d()
[all …]
/trunk/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx160 double fScaleX = fScaleDirectionX*FIXED_SIZE_FOR_3D_CHART_VOLUME/fWidthX; in getTransformationScaledLogicToScene() local
164 aMatrix.scale(fScaleX, fScaleY, fScaleZ); in getTransformationScaledLogicToScene()
167 aMatrix.translate(-MinX*fScaleX, 0.0, 0.0); in getTransformationScaledLogicToScene()
169 aMatrix.translate(-MaxX*fScaleX, 0.0, 0.0); in getTransformationScaledLogicToScene()
405 double fScaleX = fScale; in impl_calculateMatrixUnitCartesianToScene() local
414 fScaleX = fScaleLogicZ; in impl_calculateMatrixUnitCartesianToScene()
432 aRet.scale(fScaleX, fScaleY, fScaleZ);//x first in impl_calculateMatrixUnitCartesianToScene()
H A DShapeFactory.cxx1631 const double fScaleX = fWidthH / 128.0; in createPolyPolygon_Symbol() local
1679 const double fScaleX = fWidthH / 128.0; in createPolyPolygon_Symbol() local
1682 const double fdX = fScaleX * fHalf; in createPolyPolygon_Symbol()
1735 const double fScaleX = fWidthH / 128.0; in createPolyPolygon_Symbol() local
1739 *pInnerSequenceX++ = fX-fScaleX * fHalf; in createPolyPolygon_Symbol()
1742 *pInnerSequenceX++ = fX-fScaleX * fHalf; in createPolyPolygon_Symbol()
1760 *pInnerSequenceX++ = fX-fScaleX * fHalf; in createPolyPolygon_Symbol()
1763 *pInnerSequenceX++ = fX-fScaleX * fHalf; in createPolyPolygon_Symbol()
1766 *pInnerSequenceX++ = fX+fScaleX * fHalf; in createPolyPolygon_Symbol()
1769 *pInnerSequenceX++ = fX+fScaleX * fHalf; in createPolyPolygon_Symbol()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx484 double fScaleX, double fScaleY ) in GetFilteredGraphic() argument
487 const Size aSize( Max( FRound( GetTileWidth() * fScaleX ), 1L ), in GetFilteredGraphic()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx873 …hicFilterDialog_Impl::GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) in GetFilteredGraphic() argument
875 return pDlg->GetFilteredGraphic( rGraphic, fScaleX, fScaleY ); in GetFilteredGraphic()
H A Ddlgfact.hxx498 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx115 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) = 0;
138 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
162 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
184 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
206 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
245 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
/trunk/main/drawinglayer/source/primitive2d/
H A Dpagepreviewprimitive2d.cxx83 const double fScaleX(aScale.getX() / getContentWidth()); in create2DDecomposition() local
87 if(fScaleX < fScaleY) in create2DDecomposition()
90 const double fNeededHeight(aScale.getY() / fScaleX); in create2DDecomposition()
94 aPageTrans.scale(fScaleX, aScale.getY() / fNeededHeight); in create2DDecomposition()
/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/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/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/graphicfilter/eps/
H A Deps.cxx1182 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() local
1186 if( fScaleX != 1.0 || fScaleY != 1.0 ) in ImplWriteActions()
1188 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWriteActions()
1189 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
2332 double fScaleX = (double)rMapMode.GetScaleX() * fMul; in ImplGetMapMode() local
2334 ImplTranslate( rMapMode.GetOrigin().X() * fScaleX, rMapMode.GetOrigin().Y() * fScaleY ); in ImplGetMapMode()
2335 ImplScale( fScaleX, fScaleY ); in ImplGetMapMode()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx62 DXFTransform::DXFTransform(double fScaleX, double fScaleY, double fScaleZ, in DXFTransform() argument
64 aMX(fScaleX, 0.0, 0.0), in DXFTransform()
72 DXFTransform::DXFTransform(double fScaleX, double fScaleY, double fScaleZ, in DXFTransform() argument
84 aMX*=fScaleX; in DXFTransform()
H A Ddxfvec.hxx114 DXFTransform(double fScaleX, double fScaleY, double fScaleZ,
118 DXFTransform(double fScaleX, double fScaleY, double fScaleZ,
/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/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/sc/source/ui/view/
H A Dtabview2.cxx607 sal_Bool lcl_FitsInWindow( double fScaleX, double fScaleY, sal_uInt16 nZoom, in lcl_FitsInWindow() argument
613 fScaleX *= fZoomFactor; in lcl_FitsInWindow()
624 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()
634 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()
/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/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/svtools/source/filter/wmf/
H A Demfwr.cxx1127 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWrite() local
1131 if( fScaleX != 1.0 || fScaleY != 1.0 ) in ImplWrite()
1133 aTmpMtf.Scale( fScaleX, fScaleY ); in ImplWrite()
1134 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWrite()
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()

Completed in 142 milliseconds

123