Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx852 sal_Int32 nPostScriptAngle = -nAngle; in PSRotate() local
853 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 23 milliseconds