Lines Matching refs:nY

170         long nY = rY-nOriginY;  in ImplRotatePos()  local
173 rX = +((long)(nCos*nX + nSin*nY)) + nOriginX; in ImplRotatePos()
174 rY = -((long)(nSin*nX - nCos*nY)) + nOriginY; in ImplRotatePos()
3165 long nY = nDistY; in ImplDrawTextRect() local
3176 nX = nY; in ImplDrawTextRect()
3177 nY = -nTemp; in ImplDrawTextRect()
3181 nY -= nHeight; in ImplDrawTextRect()
3186 nY = -nY; in ImplDrawTextRect()
3188 nY -= nHeight; in ImplDrawTextRect()
3193 nX = -nY; in ImplDrawTextRect()
3194 nY = nTemp; in ImplDrawTextRect()
3204 nY += nBaseY; in ImplDrawTextRect()
3206 Rectangle aRect( Point( nX, nY ), Size( nWidth+1, nHeight+1 ) ); in ImplDrawTextRect()
3215 nY += nBaseY; in ImplDrawTextRect()
3216 mpGraphics->DrawRect( nX, nY, nWidth, nHeight, this ); in ImplDrawTextRect()
3226 const long nY = aBase.Y(); in ImplDrawTextBackground() local
3236 ImplDrawTextRect( nX, nY, 0, -(mpFontEntry->maMetric.mnAscent + mnEmphasisAscent), in ImplDrawTextBackground()
3247 long nY = aPoint.Y(); in ImplGetTextBoundRect() local
3252 nY -= mpFontEntry->maMetric.mnAscent + mnEmphasisAscent; in ImplGetTextBoundRect()
3256 long nBaseX = nX, nBaseY = nY; in ImplGetTextBoundRect()
3260 long nY2 = nY+nHeight; in ImplGetTextBoundRect()
3261 ImplRotatePos( nBaseX, nBaseY, nX, nY, mpFontEntry->mnOrientation ); in ImplGetTextBoundRect()
3264 nHeight = nY2-nY; in ImplGetTextBoundRect()
3269 Rectangle aRect( Point( nX, nY ), Size( nWidth+1, nHeight+1 ) ); in ImplGetTextBoundRect()
3276 return Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplGetTextBoundRect()
3719 const long nY = nDistY; in ImplDrawStraightTextLine() local
3735 nLinePos = nY + pFontEntry->maMetric.mnAboveUnderlineOffset; in ImplDrawStraightTextLine()
3740 nLinePos = nY + pFontEntry->maMetric.mnUnderlineOffset; in ImplDrawStraightTextLine()
3752 nLinePos = nY + pFontEntry->maMetric.mnAboveBUnderlineOffset; in ImplDrawStraightTextLine()
3757 nLinePos = nY + pFontEntry->maMetric.mnBUnderlineOffset; in ImplDrawStraightTextLine()
3764 nLinePos = nY + pFontEntry->maMetric.mnAboveDUnderlineOffset1; in ImplDrawStraightTextLine()
3765 nLinePos2 = nY + pFontEntry->maMetric.mnAboveDUnderlineOffset2; in ImplDrawStraightTextLine()
3770 nLinePos = nY + pFontEntry->maMetric.mnDUnderlineOffset1; in ImplDrawStraightTextLine()
3771 nLinePos2 = nY + pFontEntry->maMetric.mnDUnderlineOffset2; in ImplDrawStraightTextLine()
3950 long nY = nDistY; in ImplDrawStrikeoutLine() local
3959 nLinePos = nY + pFontEntry->maMetric.mnStrikeoutOffset; in ImplDrawStrikeoutLine()
3963 nLinePos = nY + pFontEntry->maMetric.mnBStrikeoutOffset; in ImplDrawStrikeoutLine()
3967 nLinePos = nY + pFontEntry->maMetric.mnDStrikeoutOffset1; in ImplDrawStrikeoutLine()
3968 nLinePos2 = nY + pFontEntry->maMetric.mnDStrikeoutOffset2; in ImplDrawStrikeoutLine()
4087 void OutputDevice::ImplDrawTextLine( long nX, long nY, in ImplDrawTextLine() argument
4124 … ImplDrawWaveTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove ); in ImplDrawTextLine()
4132 ImplDrawWaveTextLine( nX, nY, nDistX, 0, nWidth, eOverline, aOverlineColor, sal_True ); in ImplDrawTextLine()
4139 ImplDrawStrikeoutChar( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()
4144 …ImplDrawStraightTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove … in ImplDrawTextLine()
4147 ImplDrawStraightTextLine( nX, nY, nDistX, 0, nWidth, eOverline, aOverlineColor, sal_True ); in ImplDrawTextLine()
4150 ImplDrawStrikeoutLine( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()
4217 void OutputDevice::ImplDrawMnemonicLine( long nX, long nY, long nWidth ) in ImplDrawMnemonicLine() argument
4229 …ImplDrawTextLine( nX, nY, 0, nWidth, STRIKEOUT_NONE, UNDERLINE_SINGLE, UNDERLINE_NONE, sal_False ); in ImplDrawMnemonicLine()
4389 void OutputDevice::ImplDrawEmphasisMark( long nBaseX, long nX, long nY, in ImplDrawEmphasisMark() argument
4401 nY -= mnOutOffY; in ImplDrawEmphasisMark()
4408 aPoly.Move( nX, nY ); in ImplDrawEmphasisMark()
4414 aPolyPoly.Move( nX, nY ); in ImplDrawEmphasisMark()
4422 nY+rRect1.Top() ), rRect1.GetSize() ); in ImplDrawEmphasisMark()
4429 nY+rRect2.Top() ), rRect2.GetSize() ); in ImplDrawEmphasisMark()
4525 int nY = rSalLayout.DrawBase().Y(); in ImplDrawRotateText() local
4572 aPoint += Point( nX, nY ); in ImplDrawRotateText()
7662 for( long nY = nTop; nY <= nBottom; ++nY ) in GetTextBoundRect() local
7667 if( pAcc->GetPixel( nY, nX ) == aBlack ) in GetTextBoundRect()
7673 if( pAcc->GetPixel( nY, nX ) == aBlack ) in GetTextBoundRect()