Lines Matching refs:nCurY
3496 long nCurX, long nCurY, in ImplDrawWavePixel() argument
3505 ImplRotatePos( nOriginX, nOriginY, nCurX, nCurY, nOrientation ); in ImplDrawWavePixel()
3510 pGraphics->DrawRect( nCurX, nCurY, nPixWidth, nPixHeight, pOutDev ); in ImplDrawWavePixel()
3514 pGraphics->DrawPixel( nCurX, nCurY, pOutDev ); in ImplDrawWavePixel()
3550 long nCurY = nStartY; in ImplDrawWaveLine() local
3587 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3596 nCurY += nDiffY; in ImplDrawWaveLine()
3602 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3606 nCurY += nOffY; in ImplDrawWaveLine()
3610 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3622 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()
3626 nCurY += nOffY; in ImplDrawWaveLine()
3631 ImplDrawWavePixel( nBaseX, nBaseY, nCurX, nCurY, nOrientation, in ImplDrawWaveLine()