Searched refs:nYLinePos (Results 1 – 1 of 1) sorted by relevance
966 const long nYLinePos = aBaseLinePos.Y() - FRound( aMetric.GetAscent() * 0.26 ); in ImplWriteText() local968 … aPoly[ 0 ].X() = aBaseLinePos.X(); aPoly[ 0 ].Y() = nYLinePos - ( nLineHeight >> 1 ); in ImplWriteText()978 const long nYLinePos = aBaseLinePos.Y() + ( nLineHeight << 1 ); in ImplWriteText() local980 … aPoly[ 0 ].X() = aBaseLinePos.X(); aPoly[ 0 ].Y() = nYLinePos - ( nLineHeight >> 1 ); in ImplWriteText()
Completed in 12 milliseconds