Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx241 Point aRotPoint; in DrawGlyphs() local
280aRotPoint = Point( -nAscend*nTextWidth/nTextHeight, -nDescend*nTextWidth/nTextHeight - nOffset ); in DrawGlyphs()
284 aRotPoint = Point( -nOffset, (nAscend+nDescend) ); in DrawGlyphs()
288aRotPoint = Point( -nDescend*nTextWidth/nTextHeight, nOffset + nAscend*nTextWidth/nTextHeight ); in DrawGlyphs()
307 drawGlyphs( aRotPoint, &nRotGlyphId, &nRotUnicode, 1, &nRotDelta ); in DrawGlyphs()

Completed in 10 milliseconds