Searched refs:fResl (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/extensions/source/scanner/ |
H A D | sane.cxx | 574 double fTLx, fTLy, fBRx, fBRy, fResl = 0.0; in Start() local 599 GetOptionValue( nOption, fResl ); in Start() 757 if( ! fResl ) in Start() 758 fResl = 300; // if all else fails that's a good guess in Start() 760 nWidthMM = (int)(((double)nWidth / fResl) * 25.4); in Start() 762 nHeightMM = (int)(((double)nHeight / fResl) * 25.4); in Start() 764 …d, %d) mm, resolution is %lg\n", (int)nWidth, (int)nHeight, (int)nWidthMM, (int)nHeightMM, fResl ); in Start()
|
H A D | sanedlg.cxx | 705 double fResl = (double)maReslBox.GetValue(); in AcquirePreview() local 736 SetAdjustedNumericalValue( "resolution", fResl ); in AcquirePreview() 737 maReslBox.SetValue( (sal_uLong)fResl ); in AcquirePreview()
|
Completed in 17 milliseconds