Home
last modified time | relevance | path

Searched refs:fBmpWidthM (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1225 const double fBmpWidthM((double)rBitmap.GetPrefSize().Width() / aScale100000.Width()); in ImplWriteDIBBody() local
1228 if(!basegfx::fTools::equalZero(fBmpWidthM) && !basegfx::fTools::equalZero(fBmpHeightM)) in ImplWriteDIBBody()
1230 aHeader.nXPelsPerMeter = basegfx::fround(rAcc.Width() / fabs(fBmpWidthM)); in ImplWriteDIBBody()

Completed in 23 milliseconds