Home
last modified time | relevance | path

Searched refs:fNewWidth (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgtools.cxx77 const double fNewWidth(fSWidth * fScale); in createMapping() local
87 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
96 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgtools.cxx84 const double fNewWidth(fSWidth * fScale); in createMapping() local
94 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
103 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dprintdlg.cxx331 const double fNewWidth(sqrt(static_cast<double>(nPlannedSquarePixels) * fRatio)); in preparePreviewBitmap() local
333 const Size aScaledSize(basegfx::fround(fNewWidth), basegfx::fround(fNewHeight)); in preparePreviewBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dprintdlg.cxx371 const double fNewWidth(sqrt(static_cast<double>(nPlannedSquarePixels) * fRatio)); in preparePreviewBitmap() local
373 const Size aScaledSize(basegfx::fround(fNewWidth), basegfx::fround(fNewHeight)); in preparePreviewBitmap()