Home
last modified time | relevance | path

Searched refs:nYLinePos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx966 const long nYLinePos = aBaseLinePos.Y() - FRound( aMetric.GetAscent() * 0.26 ); in ImplWriteText() local
968 … aPoly[ 0 ].X() = aBaseLinePos.X(); aPoly[ 0 ].Y() = nYLinePos - ( nLineHeight >> 1 ); in ImplWriteText()
978 const long nYLinePos = aBaseLinePos.Y() + ( nLineHeight << 1 ); in ImplWriteText() local
980 … aPoly[ 0 ].X() = aBaseLinePos.X(); aPoly[ 0 ].Y() = nYLinePos - ( nLineHeight >> 1 ); in ImplWriteText()

Completed in 24 milliseconds