Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsane.cxx571 int nHeightMM = 0; in Start() local
593 nHeightMM = (int)fabs(fBRy - fTLy); in Start()
759 if( ! nHeightMM ) in Start()
760 nHeightMM = (int)(((double)nHeight / fResl) * 25.4); in Start()
762 …d, %d) mm, resolution is %lg\n", (int)nWidth, (int)nHeight, (int)nWidthMM, (int)nHeightMM, fResl ); in Start()
770 aConverter << (sal_uInt32)(1000*nHeight/nHeightMM); in Start()