Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx418 const double dRad = rFSD.mnOrientation * ( F_2PI / 3600.0 ); in ServerFont() local
419 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 16 milliseconds