Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx219 sal_Int32 nCurrentTextAngle = mnTextAngle; in DrawGlyphs() local
222 if (nCurrentTextAngle != 0) in DrawGlyphs()
226 PSRotate (nCurrentTextAngle); in DrawGlyphs()
327 if (nCurrentTextAngle != 0) in DrawGlyphs()
330 mnTextAngle = nCurrentTextAngle; in DrawGlyphs()
387 sal_Int32 nCurrentTextAngle = mnTextAngle; in DrawText() local
391 if (nCurrentTextAngle != 0) in DrawText()
395 PSRotate (nCurrentTextAngle); in DrawText()
446 if (nCurrentTextAngle != 0) in DrawText()
449 mnTextAngle = nCurrentTextAngle; in DrawText()

Completed in 19 milliseconds