Searched refs:fBmpWidthM (Results 1 – 1 of 1) sorted by relevance
1225 const double fBmpWidthM((double)rBitmap.GetPrefSize().Width() / aScale100000.Width()); in ImplWriteDIBBody() local1228 if(!basegfx::fTools::equalZero(fBmpWidthM) && !basegfx::fTools::equalZero(fBmpHeightM)) in ImplWriteDIBBody()1230 aHeader.nXPelsPerMeter = basegfx::fround(rAcc.Width() / fabs(fBmpWidthM)); in ImplWriteDIBBody()
Completed in 26 milliseconds