Home
last modified time | relevance | path

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

/aoo42x/main/vcl/inc/aqua/
H A Dsalprn.h159 const double fPtTo100thMM = 35.27777778; variable
161 inline int PtTo10Mu( double nPoints ) { return (int)(((nPoints)*fPtTo100thMM)+0.5); } in PtTo10Mu()
163 inline double TenMuToPt( double nUnits ) { return floor(((nUnits)/fPtTo100thMM)+0.5); } in TenMuToPt()

Completed in 7 milliseconds