Searched refs:rBmpPerCent (Results 1 – 2 of 2) sorted by relevance
38 const Size& rBmpPerCent, in ImpCalcBmpFillSizes() argument61 if( !rBmpPerCent.Width() && !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()63 else if( !rBmpPerCent.Width() || !rBmpPerCent.Height() ) in ImpCalcBmpFillSizes()100 if( !rBmpPerCent.Width() ) in ImpCalcBmpFillSizes()102 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()107 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()120 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes()121 …rBmpOutputSize.Height() = basegfx::fround( (double) rOutputRect.GetHeight() * rBmpPerCent.Height()… in ImpCalcBmpFillSizes()
95 const Size& rBmpPerCent,
Completed in 9 milliseconds