Searched refs:dRad (Results 1 – 1 of 1) sorted by relevance
418 const double dRad = rFSD.mnOrientation * ( F_2PI / 3600.0 ); in ServerFont() local419 mnCos = static_cast<long>( 0x10000 * cos( dRad ) + 0.5 ); in ServerFont()420 mnSin = static_cast<long>( 0x10000 * sin( dRad ) + 0.5 ); in ServerFont()
Completed in 11 milliseconds