Home
last modified time | relevance | path

Searched refs:nRealOrientation (Results 1 – 3 of 3) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx112 double nRealOrientation = nOrientation*F_PI1800; in Rotate() local
113 double nCos = cos( nRealOrientation ); in Rotate()
114 double nSin = sin( nRealOrientation ); in Rotate()
2885 double nRealOrientation = nOrientation*F_PI1800; in Paint() local
2886 nCos = cos( nRealOrientation ); in Paint()
2887 nSin = sin( nRealOrientation ); in Paint()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1061 double nRealOrientation = nOrientation*F_PI1800; in PaintBullet() local
1062 double nCos = cos( nRealOrientation ); in PaintBullet()
1063 double nSin = sin( nRealOrientation ); in PaintBullet()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx164 double nRealOrientation = nOrientation*F_PI1800; in ImplRotatePos() local
165 double nCos = cos( nRealOrientation ); in ImplRotatePos()
166 double nSin = sin( nRealOrientation ); in ImplRotatePos()

Completed in 78 milliseconds