Searched refs:fResl (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/extensions/source/scanner/ |
| H A D | sane.cxx | 572 double fTLx, fTLy, fBRx, fBRy, fResl = 0.0; in Start() local 597 GetOptionValue( nOption, fResl ); in Start() 755 if( ! fResl ) in Start() 756 fResl = 300; // if all else fails that's a good guess in Start() 758 nWidthMM = (int)(((double)nWidth / fResl) * 25.4); 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()
|
| 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()
|