Lines Matching refs:Rectangle

58 void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags )  in DBG_NAMEEX()
63 Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); in DBG_NAMEEX()
356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent()
386 Rectangle aRect( aPolyRect.TopLeft(), Size( aPolyRect.GetWidth(), nBaseExtent ) ); in DrawTransparent()
393 aRect = Rectangle( aPolyRect.TopLeft(), Size( nBaseExtent, aPolyRect.GetHeight() ) ); in DrawTransparent()
412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent()
414 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
445 Rectangle aLogicPolyRect( rPolyPoly.GetBoundRect() ); in DrawTransparent()
446 Rectangle aPixelRect( ImplLogicToDevicePixel( aLogicPolyRect ) ); in DrawTransparent()
658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent()
660 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
724 pVDev->DrawGradient(Rectangle(rPos, rSize), rTransparenceGradient); in DrawTransparent()
756 pVDev->DrawRect( Rectangle( pVDev->PixelToLogic( Point() ), pVDev->GetOutputSize() ) ); in DrawTransparent()
768 pVDev->DrawGradient( Rectangle( rPos, rSize ), rTransparenceGradient ); in DrawTransparent()
803 DrawRect( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawColorWallpaper()
874 const Rectangle aBound( LogicToPixel( rWallpaper.GetRect() ) ); in ImplDrawBitmapWallpaper()
887 IntersectClipRegion( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawBitmapWallpaper()
997 const Rectangle aOutRect( aTmpPoint, GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
998 const Rectangle aColRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplDrawBitmapWallpaper()
999 Rectangle aWorkRect; 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()
1058 Rectangle aBound; in ImplDrawGradientWallpaper()
1068 aBound = Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplDrawGradientWallpaper()
1073 IntersectClipRegion( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ) ); in ImplDrawGradientWallpaper()
1090 aBound = Rectangle( Point( -mnOutOffX, nY ), Size( gradientWidth, nHeight ) ); in ImplDrawGradientWallpaper()
1118 void OutputDevice::DrawWallpaper( const Rectangle& rRect, in DrawWallpaper()
1129 Rectangle aRect = LogicToPixel( rRect ); in DrawWallpaper()
1160 Rectangle aCtrlRegion( aGcc3WorkaroundTemporary, GetOutputSizePixel() ); in Erase()
1185 void OutputDevice::ImplDraw2ColorFrame( const Rectangle& rRect, in ImplDraw2ColorFrame()
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()
1193 DrawRect( Rectangle( rRect.BottomLeft(), rRect.BottomRight() ) ); in ImplDraw2ColorFrame()
1194 DrawRect( Rectangle( rRect.TopRight(), rRect.BottomRight() ) ); in ImplDraw2ColorFrame()
1222 Rectangle aRect( ImplLogicToDevicePixel( Rectangle( rPoint, rSize ) ) ); in DrawEPS()
1276 DrawRect(Rectangle(nX, nY, nRight, nBottom)); in DrawCheckered()