Searched refs:nPostScriptAngle (Results 1 – 1 of 1) sorted by relevance
852 sal_Int32 nPostScriptAngle = -nAngle; in PSRotate() local853 while( nPostScriptAngle < 0 ) in PSRotate()854 nPostScriptAngle += 3600; in PSRotate()856 if (nPostScriptAngle == 0) in PSRotate()859 sal_Int32 nFullAngle = nPostScriptAngle / 10; in PSRotate()860 sal_Int32 nTenthAngle = nPostScriptAngle % 10; in PSRotate()
Completed in 16 milliseconds