Home
last modified time | relevance | path

Searched refs:fScale (Results 26 – 39 of 39) sorted by relevance

12

/aoo42x/main/vcl/source/gdi/
H A Dbitmap3.cxx2193 const double fScale(aDestinationSize / static_cast< double >(aSourceSize)); in ImplCalculateContributions() local
2194 const double fScaledRadius((fScale < 1.0) ? fSamplingRadius / fScale : fSamplingRadius); in ImplCalculateContributions()
2195 const double fFilterFactor((fScale < 1.0) ? fScale : 1.0); in ImplCalculateContributions()
2206 const double aCenter(i / fScale); in ImplCalculateContributions()
H A Dmetaact.cxx74 const double fScale = ( fabs(fScaleX) + fabs(fScaleY) ) * 0.5; in ImplScaleLineInfo() local
76 rLineInfo.SetWidth( FRound( fScale * rLineInfo.GetWidth() ) ); in ImplScaleLineInfo()
77 rLineInfo.SetDashLen( FRound( fScale * rLineInfo.GetDashLen() ) ); in ImplScaleLineInfo()
78 rLineInfo.SetDotLen( FRound( fScale * rLineInfo.GetDotLen() ) ); in ImplScaleLineInfo()
79 rLineInfo.SetDistance( FRound( fScale * rLineInfo.GetDistance() ) ); in ImplScaleLineInfo()
H A Doutdev3.cxx6181 const float fScale = nOriginalHeight / (float)nSubstituteHeight; in ImplGlyphFallbackLayout() local
6184 aFontSelData.mfExactHeight *= fScale; in ImplGlyphFallbackLayout()
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2716 float fScale = 1.0; in CreateFontSubset() local
2718 ImplDoSetFont( &aIFSD, fScale, hOldFont ); in CreateFontSubset()
2970 float fScale = 0.0; in GetGlyphWidths() local
2972 ImplDoSetFont( &aIFSD, fScale, hOldFont ); in GetGlyphWidths()
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx3063 double fScale = (double)aPartArea.Width() / (double)pFirstPage->GetWdt(); in CalculateHandoutAreas() local
3065 aSize.Height() = (long)(fScale * pFirstPage->GetHgt() ); in CalculateHandoutAreas()
3068 fScale = (double)aPartArea.Height() / (double)pFirstPage->GetHgt(); in CalculateHandoutAreas()
3070 aSize.Width() = (long)(fScale * pFirstPage->GetWdt()); in CalculateHandoutAreas()
H A DCustomAnimationEffect.cxx756 double fScale = fDuration / mfDuration; in setDuration() local
778 fChildBegin *= fScale; in setDuration()
786 fChildDuration *= fScale; in setDuration()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr3.cxx1094 double fScale = fUpperBound - fLowerBound; in ScBetaDist() local
1095 if (fScale <= 0.0 || alpha <= 0.0 || beta <= 0.0) in ScBetaDist()
1112 x = (x-fLowerBound)/fScale; // convert to standard form in ScBetaDist()
1123 x = (x-fLowerBound)/fScale; in ScBetaDist()
1124 PushDouble(GetBetaDistPDF(x, alpha, beta)/fScale); in ScBetaDist()
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx2211 double fScale = fRounded / fOriginal + 1E-6; in CalcPPT() local
2212 if ( fScale >= 0.9 && fScale <= 1.1 ) in CalcPPT()
2213 nPPTX *= fScale; in CalcPPT()
/aoo42x/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1750 float fScale = 0.0; in GetGlyphWidths() local
1751 ImplDoSetFont( &aIFSD, fScale, 0); in GetGlyphWidths()
/aoo42x/main/svx/source/svdraw/
H A Dsvdomeas.cxx359 const double fScale((double)nNewWidth / fOldWidth); in impGetLineStartEndDistance() local
360 long nHeight(basegfx::fround(aPolygonRange.getHeight() * fScale)); in impGetLineStartEndDistance()
/aoo42x/main/sc/source/core/data/
H A Dtable2.cxx2524 sal_uLong ScTable::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const in GetScaledRowHeight()
2550 sal_uLong nOneHeight = static_cast<sal_uLong>( aData.mnValue * fScale ); in GetScaledRowHeight()
2561 return (sal_uLong) ((nEndRow - nStartRow + 1) * ScGlobal::nStdRowHeight * fScale); in GetScaledRowHeight()
H A Ddocument.cxx3321 SCTAB nTab, double fScale ) const in GetScaledRowHeight()
3325 return (sal_uLong) (GetRowHeight( nStartRow, nTab) * fScale); in GetScaledRowHeight()
3332 return pTab[nTab]->GetScaledRowHeight( nStartRow, nEndRow, fScale); in GetScaledRowHeight()
/aoo42x/main/sc/inc/
H A Dtable.hxx654 sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const;
H A Ddocument.hxx1335 … GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, double fScale ) const;

Completed in 187 milliseconds

12