Searched refs:fFactor100th_mmToInch (Results 1 – 1 of 1) sorted by relevance
153 const double fFactor100th_mmToInch(1.0 / (2.54 * 1000.0)); in rasterize() local154 … const sal_uInt32 nDiscreteWidth(basegfx::fround((fWidth * fFactor100th_mmToInch) * DPI_X)); in rasterize()155 … const sal_uInt32 nDiscreteHeight(basegfx::fround((fHeight * fFactor100th_mmToInch) * DPI_Y)); in rasterize()
Completed in 6 milliseconds