Searched refs:nNumPts (Results 1 – 1 of 1) sorted by relevance
44 inline long SmPtsTo100th_mm(long nNumPts) in SmPtsTo100th_mm() argument50 DBG_ASSERT(nNumPts >= 0, "Sm : Ooops..."); in SmPtsTo100th_mm()54 return 35 * nNumPts + (nNumPts * 1055L + (7227 / 2)) / 7227L; in SmPtsTo100th_mm()
Completed in 16 milliseconds