Lines Matching refs:TopLeft
386 Rectangle aRect( aPolyRect.TopLeft(), Size( aPolyRect.GetWidth(), nBaseExtent ) ); in DrawTransparent()
393 aRect = Rectangle( aPolyRect.TopLeft(), Size( nBaseExtent, aPolyRect.GetHeight() ) ); in DrawTransparent()
484 Bitmap aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) ); in DrawTransparent()
593 DrawBitmap( aDstRect.TopLeft(), aPaint ); in DrawTransparent()
693 const Point aOutPos(PixelToLogic(aDstRect.TopLeft())); in DrawTransparent()
708 aDstRect.TopLeft(), pVDev->GetOutputSizePixel(), // source in DrawTransparent()
730 DrawBitmapEx(aDstRect.TopLeft(), BitmapEx(aPaint, aAlpha)); in DrawTransparent()
738 Point aOutPos( PixelToLogic( aDstRect.TopLeft() ) ); in DrawTransparent()
778 DrawBitmapEx( aDstRect.TopLeft(), BitmapEx( aPaint, aAlpha ) ); in DrawTransparent()
875 aPos = aBound.TopLeft(); in ImplDrawBitmapWallpaper()
1190 DrawRect( Rectangle( rRect.TopLeft(), Point( rRect.Left(), rRect.Bottom()-1 ) ) ); in ImplDraw2ColorFrame()
1191 DrawRect( Rectangle( rRect.TopLeft(), Point( rRect.Right()-1, rRect.Top() ) ) ); in ImplDraw2ColorFrame()