/aoo42x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 43 rPt.Y() = FRound( fScaleY * rPt.Y() ); 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 D | region.cxx | 479 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 D | regionband.cxx | 703 void RegionBand::Scale(double fScaleX, double fScaleY) in Scale() argument 710 if(0.0 != fScaleY) in Scale() 712 pBand->mnYTop = basegfx::fround(pBand->mnYTop * fScaleY); in Scale() 713 pBand->mnYBottom = basegfx::fround(pBand->mnYBottom * fScaleY); in Scale()
|
H A D | gdimtf.cxx | 779 double fScaleX, fScaleY; in Mirror() local 788 nMoveY = VOS_ABS( aOldPrefSize.Height() ) - 1, fScaleY = -1.0; in Mirror() 790 nMoveY = 0, fScaleY = 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() 904 aPrefSize.Height() = FRound( aPrefSize.Height() * fScaleY ); in Scale()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 169 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 …]
|
/aoo42x/main/basegfx/source/matrix/ |
H A D | b2dhommatrixtools.cxx | 115 if(!fTools::equal(fScaleY, fOne)) in createScaleB2DHomMatrix() 117 aRetval.set(1, 1, fScaleY); in createScaleB2DHomMatrix() 180 double fScaleX, double fScaleY, in createScaleShearXRotateTranslateB2DHomMatrix() argument 213 /* Row 0, Column 1 */ fScaleY * -fSin, in createScaleShearXRotateTranslateB2DHomMatrix() 216 /* Row 1, Column 1 */ fScaleY * fCos, in createScaleShearXRotateTranslateB2DHomMatrix() 230 /* Row 0, Column 1 */ fScaleY * fShearX, in createScaleShearXRotateTranslateB2DHomMatrix() 233 /* Row 1, Column 1 */ fScaleY, in createScaleShearXRotateTranslateB2DHomMatrix() 330 double fScaleX, double fScaleY, in createScaleTranslateB2DHomMatrix() argument 349 aRetval.set(1, 1, fScaleY); in createScaleTranslateB2DHomMatrix() 361 /* Row 1, Column 1 */ fScaleY, in createScaleTranslateB2DHomMatrix() [all …]
|
/aoo42x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 339 fScaleY/=fMax; in adjustAspectRatio3d() 343 if( fScaleX<0 || fScaleY<0 || fScaleZ<0 ) in adjustAspectRatio3d() 373 else if( fScaleY>0 && fScaleZ>0 ) in adjustAspectRatio3d() 391 if( fScaleY<0 ) in adjustAspectRatio3d() 392 fScaleY = 1.0; in adjustAspectRatio3d() 410 lcl_ensureScaleValue(fScaleY); in adjustAspectRatio3d() 430 else if( fScaleY>0 && fScaleZ>0 ) in adjustAspectRatio3d() 449 if( fScaleY<0 ) in adjustAspectRatio3d() 450 fScaleY = 1.0; in adjustAspectRatio3d() 461 fScaleY/=fMax; in adjustAspectRatio3d() [all …]
|
/aoo42x/main/cui/source/inc/ |
H A D | cuigrfflt.hxx | 115 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 );
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 1632 const double fScaleY = fHeightH / 128.0; in createPolyPolygon_Symbol() local 1680 const double fScaleY = fHeightH / 128.0; in createPolyPolygon_Symbol() local 1683 const double fdY = fScaleY * fHalf; in createPolyPolygon_Symbol() 1736 const double fScaleY = fHeightH / 128.0; in createPolyPolygon_Symbol() local 1743 *pInnerSequenceY++ = fY-fScaleY * fTwoY; in createPolyPolygon_Symbol() 1749 *pInnerSequenceY++ = fY-fScaleY * fFourY; in createPolyPolygon_Symbol() 1755 *pInnerSequenceY++ = fY+fScaleY * fFourY; in createPolyPolygon_Symbol() 1761 *pInnerSequenceY++ = fY+fScaleY * fTwoY; in createPolyPolygon_Symbol() 1770 *pInnerSequenceY++ = fY+fScaleY * fTwoY; in createPolyPolygon_Symbol() 1776 *pInnerSequenceY++ = fY+fScaleY * fFourY; in createPolyPolygon_Symbol() [all …]
|
H A D | PlottingPositionHelper.cxx | 161 double fScaleY = fScaleDirectionY*FIXED_SIZE_FOR_3D_CHART_VOLUME/fWidthY; in getTransformationScaledLogicToScene() local 164 aMatrix.scale(fScaleX, fScaleY, fScaleZ); in getTransformationScaledLogicToScene() 171 aMatrix.translate(0.0, -MinY*fScaleY, 0.0); in getTransformationScaledLogicToScene() 173 aMatrix.translate(0.0, -MaxY*fScaleY, 0.0); in getTransformationScaledLogicToScene() 406 double fScaleY = fScale; in impl_calculateMatrixUnitCartesianToScene() local 420 fScaleY = fScaleLogicZ; in impl_calculateMatrixUnitCartesianToScene() 432 aRet.scale(fScaleX, fScaleY, fScaleZ);//x first in impl_calculateMatrixUnitCartesianToScene()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | pagepreviewprimitive2d.cxx | 84 const double fScaleY(aScale.getY() / getContentHeight()); in create2DDecomposition() local 87 if(fScaleX < fScaleY) in create2DDecomposition() 99 const double fNeededWidth(aScale.getX() / fScaleY); in create2DDecomposition() 103 aPageTrans.scale(aScale.getX() / fNeededWidth, fScaleY); in create2DDecomposition()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 424 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap() local 428 PSScale (fScaleX, fScaleY); in DrawBitmap() 473 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap() local 477 PSScale (fScaleX, fScaleY); in DrawBitmap() 487 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawMask() local 491 PSScale (fScaleX, fScaleY); in DrawMask()
|
H A D | common_gfx.cxx | 1034 PrinterGfx::PSScale (double fScaleX, double fScaleY) in PSScale() argument 1041 nChar += psp::getValueOfDouble (pScale + nChar, fScaleY, 5); in PSScale() 1233 double fScaleY = -(double)rBoundingBox.GetHeight()/(fTop-fBottom); in DrawEPS() local 1235 (int)(rBoundingBox.Bottom()+1-fBottom*fScaleY) ); in DrawEPS() 1256 PSScale( fScaleX, fScaleY ); in DrawEPS()
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.cxx | 62 DXFTransform::DXFTransform(double fScaleX, double fScaleY, double fScaleZ, in DXFTransform() argument 65 aMY(0.0, fScaleY, 0.0), in DXFTransform() 72 DXFTransform::DXFTransform(double fScaleX, double fScaleY, double fScaleZ, in DXFTransform() argument 85 aMY*=fScaleY; in DXFTransform()
|
H A D | dxfvec.hxx | 114 DXFTransform(double fScaleX, double fScaleY, double fScaleZ, 118 DXFTransform(double fScaleX, double fScaleY, double fScaleZ,
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrgrafprimitive2d.cxx | 88 double fScaleY(0.0 != aScale.getY() ? fHalfLineWidth / fabs(aScale.getY()) : 1.0); in create2DDecomposition() local 89 const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in create2DDecomposition()
|
H A D | sdrole2primitive2d.cxx | 120 … double fScaleY(0.0 != aScale.getY() ? fHalfLineWidth / fabs(aScale.getY()) : 1.0); in get2DDecomposition() local 121 … const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in get2DDecomposition()
|
/aoo42x/main/basegfx/inc/basegfx/matrix/ |
H A D | b2dhommatrixtools.hxx | 54 BASEGFX_DLLPUBLIC B2DHomMatrix createScaleB2DHomMatrix(double fScaleX, double fScaleY); 79 double fScaleX, double fScaleY, 112 double fScaleX, double fScaleY,
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpathobj.cxx | 114 const double fScaleY(basegfx::fTools::equalZero(fHeight) ? 1.0 : fHeight); in createViewIndependentPrimitive2DSequence() local 117 fScaleX, fScaleY, in createViewIndependentPrimitive2DSequence()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview2.cxx | 607 sal_Bool lcl_FitsInWindow( double fScaleX, double fScaleY, sal_uInt16 nZoom, in lcl_FitsInWindow() argument 614 fScaleY *= fZoomFactor; in lcl_FitsInWindow() 650 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow() 660 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow()
|
/aoo42x/main/basegfx/test/ |
H A D | basegfx2d.cxx | 574 …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()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1183 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 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() 2333 double fScaleY = (double)rMapMode.GetScaleY() * fMul; in ImplGetMapMode() local 2334 ImplTranslate( rMapMode.GetOrigin().X() * fScaleX, rMapMode.GetOrigin().Y() * fScaleY ); in ImplGetMapMode() 2335 ImplScale( fScaleX, fScaleY ); in ImplGetMapMode()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1128 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 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()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 205 void Scale( double fScaleX, double fScaleY ); 308 void Scale( double fScaleX, double fScaleY );
|
/aoo42x/main/cui/source/dialogs/ |
H A D | cuigrfflt.cxx | 484 double fScaleX, double fScaleY ) in GetFilteredGraphic() argument 488 Max( FRound( GetTileHeight() * fScaleY ), 1L ) ); in GetFilteredGraphic()
|