Home
last modified time | relevance | path

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

123

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx42 rPt.X() = FRound( fScaleX * rPt.X() ); in ImplScalePoint()
53 ImplScalePoint( aTL, fScaleX, fScaleY ); in ImplScaleRect()
54 ImplScalePoint( aBR, fScaleX, fScaleY ); in ImplScaleRect()
290 ImplScalePoint( maPt, fScaleX, fScaleY ); in Scale()
358 ImplScalePoint( maPt, fScaleX, fScaleY ); in Scale()
518 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
586 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
655 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
1240 ImplScalePoint( maPt, fScaleX, fScaleY ); in Scale()
2825 maRegion.Scale( fScaleX, fScaleY ); in Scale()
[all …]
H A Dregion.cxx479 void Region::Scale( double fScaleX, double fScaleY ) in Scale() argument
487 if(basegfx::fTools::equalZero(fScaleX) && basegfx::fTools::equalZero(fScaleY)) in Scale()
497 aPoly.transform(basegfx::tools::createScaleB2DHomMatrix(fScaleX, fScaleY)); in Scale()
506 aPoly.Scale(fScaleX, fScaleY); in Scale()
515 pNew->Scale(fScaleX, fScaleY); in Scale()
H A Dgdimtf.cxx779 double fScaleX, fScaleY; in Mirror() local
783 nMoveX = VOS_ABS( aOldPrefSize.Width() ) - 1, fScaleX = -1.0; in Mirror()
785 nMoveX = 0, fScaleX = 1.0; in Mirror()
792 if( ( fScaleX != 1.0 ) || ( fScaleY != 1.0 ) ) in Mirror()
794 Scale( fScaleX, fScaleY ); in Mirror()
886 void GDIMetaFile::Scale( double fScaleX, double fScaleY ) in Scale() argument
900 pModAct->Scale( fScaleX, fScaleY ); in Scale()
903 aPrefSize.Width() = FRound( aPrefSize.Width() * fScaleX ); in Scale()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx169 virtual void Scale( double fScaleX, double fScaleY );
204 virtual void Scale( double fScaleX, double fScaleY );
227 virtual void Scale( double fScaleX, double fScaleY );
254 virtual void Scale( double fScaleX, double fScaleY );
278 virtual void Scale( double fScaleX, double fScaleY );
304 virtual void Scale( double fScaleX, double fScaleY );
329 virtual void Scale( double fScaleX, double fScaleY );
355 virtual void Scale( double fScaleX, double fScaleY );
383 virtual void Scale( double fScaleX, double fScaleY );
411 virtual void Scale( double fScaleX, double fScaleY );
[all …]
/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/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 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 …]
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()
/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/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx423 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap() local
428 PSScale (fScaleX, fScaleY); in DrawBitmap()
472 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap() local
477 PSScale (fScaleX, fScaleY); in DrawBitmap()
486 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawMask() local
491 PSScale (fScaleX, fScaleY); in DrawMask()
H A Dcommon_gfx.cxx1034 PrinterGfx::PSScale (double fScaleX, double fScaleY) in PSScale() argument
1039 nChar = psp::getValueOfDouble (pScale, fScaleX, 5); in PSScale()
1232 double fScaleX = (double)rBoundingBox.GetWidth()/(fRight-fLeft); in DrawEPS() local
1234 Point aTranslatePoint( (int)(rBoundingBox.Left()-fLeft*fScaleX), in DrawEPS()
1256 PSScale( fScaleX, fScaleY ); in DrawEPS()
/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/svx/source/sdr/primitive2d/
H A Dsdrgrafprimitive2d.cxx87 double fScaleX(0.0 != aScale.getX() ? fHalfLineWidth / fabs(aScale.getX()) : 1.0); in create2DDecomposition() local
89 const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in create2DDecomposition()
H A Dsdrole2primitive2d.cxx119 … double fScaleX(0.0 != aScale.getX() ? fHalfLineWidth / fabs(aScale.getX()) : 1.0); in get2DDecomposition() local
121 … const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in get2DDecomposition()
/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/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx113 const double fScaleX(basegfx::fTools::equalZero(fWidth) ? 1.0 : fWidth); in createViewIndependentPrimitive2DSequence() local
117 fScaleX, fScaleY, in createViewIndependentPrimitive2DSequence()
/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/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/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/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()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx205 void Scale( double fScaleX, double fScaleY );
308 void Scale( double fScaleX, double fScaleY );
/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/svtools/source/graphic/
H A Dgrfmgr2.cxx739 const double fScaleX = fOutWH / fGrfWH; in ImplCreateOutput() local
1001 pModAct->Scale( fScaleX, fScaleY ); in ImplCreateOutput()
1003 rOutMtf.SetPrefSize( Size( FRound( aNewSize.Width() * fScaleX ), in ImplCreateOutput()
2464 double fScaleX = 1.0, fScaleY = 1.0; in ImplTransformBitmap() local
2470 fScaleX = fDstWH * aSizePixel.Height() / aSizePixel.Width(); in ImplTransformBitmap()
2472 rBmpEx.Scale( fScaleX, fScaleY ); in ImplTransformBitmap()

Completed in 172 milliseconds

123