Home
last modified time | relevance | path

Searched refs:fScaleFactor (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx416 const double fScaleFactor((double)nWidth / (double)nHeight); in getVclFontFromFontAttribute() local
417 …st sal_uInt32 nScaledWidth(basegfx::fround((double)aUnscaledFontMetric.GetWidth() * fScaleFactor)); in getVclFontFromFontAttribute()
469 …const double fScaleFactor((double)rFont.GetSize().getWidth() / (double)aUnscaledFontMetric.GetWidt… in getFontAttributeFromVclFont() local
470 o_rSize.setX(fScaleFactor * o_rSize.getY()); in getFontAttributeFromVclFont()
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx2374 const double fScaleFactor((double)nNumerator / (double)nDenominator); in LogicToLogic() local
2375 aTransform.set(0, 0, fScaleFactor); in LogicToLogic()
2376 aTransform.set(1, 1, fScaleFactor); in LogicToLogic()
/trunk/main/svx/source/engine3d/
H A Dextrud3d.cxx225 const double fScaleFactor(GetPercentBackScale() / 100.0); in GetBreakObj() local
230 aTransform.scale(fScaleFactor, fScaleFactor, fScaleFactor); in GetBreakObj()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx294 const double fScaleFactor(1.0 / (1.0 - fSplitPos)); in subdivideToSimple() local
298 … aExtremumPositions[c] = (aExtremumPositions[c] - fSplitPos) * fScaleFactor; in subdivideToSimple()

Completed in 24 milliseconds