Searched refs:fScaleFactor (Results 1 – 4 of 4) sorted by relevance
225 const double fScaleFactor(GetPercentBackScale() / 100.0); in GetBreakObj() local230 aTransform.scale(fScaleFactor, fScaleFactor, fScaleFactor); in GetBreakObj()
416 const double fScaleFactor((double)nWidth / (double)nHeight); in getVclFontFromFontAttribute() local417 …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() local470 o_rSize.setX(fScaleFactor * o_rSize.getY()); in getFontAttributeFromVclFont()
294 const double fScaleFactor(1.0 / (1.0 - fSplitPos)); in subdivideToSimple() local298 … aExtremumPositions[c] = (aExtremumPositions[c] - fSplitPos) * fScaleFactor; in subdivideToSimple()
2374 const double fScaleFactor((double)nNumerator / (double)nDenominator); in LogicToLogic() local2375 aTransform.set(0, 0, fScaleFactor); in LogicToLogic()2376 aTransform.set(1, 1, fScaleFactor); in LogicToLogic()
Completed in 34 milliseconds