Lines Matching refs:Y

122 			for( long j = 0L, Y = aVertBuf[ i ]; j < nHorzCount; j++ )  in DBG_NAMEEX()  local
123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX()
694 aMap.SetOrigin(Point(-aOutPos.X(), -aOutPos.Y())); in DrawTransparent()
741 aMap.SetOrigin( Point( -aOutPos.X(), -aOutPos.Y() ) ); in DrawTransparent()
917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
962 nFirstY = aPos.Y(); in ImplDrawBitmapWallpaper()
967 nFirstY = aPos.Y() + ( ( aSize.Height() - nBmpHeight ) >> 1 ); in ImplDrawBitmapWallpaper()
1001 aWorkRect = Rectangle( 0, 0, aOutRect.Right(), aPos.Y() - 1L ); in ImplDrawBitmapWallpaper()
1011 aWorkRect = Rectangle( 0, aPos.Y(), aPos.X() - 1L, aPos.Y() + aBmpSize.Height() - 1L ); in ImplDrawBitmapWallpaper()
1021 …aWorkRect = Rectangle( aPos.X() + aBmpSize.Width(), aPos.Y(), aOutRect.Right(), aPos.Y() + aBmpSiz… in ImplDrawBitmapWallpaper()
1031 aWorkRect = Rectangle( 0, aPos.Y() + aBmpSize.Height(), aOutRect.Right(), aOutRect.Bottom() ); in ImplDrawBitmapWallpaper()
1262 const sal_uInt32 nMaxY(rPos.Y() + rSize.Height()); in DrawCheckered()
1271 for(sal_uInt32 y(0), nY(rPos.Y()); nY < nMaxY; y++, nY += nLen) in DrawCheckered()