Lines Matching refs:Rectangle

169 void OutputDevice::ImplDrawLinearGradient( const Rectangle& rRect,  in ImplDrawLinearGradient()
174 Rectangle aRect = rRect; in ImplDrawLinearGradient()
197 Rectangle aMirrorRect = aRect; // used in style axial in ImplDrawLinearGradient()
242 Rectangle aBorderRect = aRect; in ImplDrawLinearGradient()
393 void OutputDevice::ImplDrawComplexGradient( const Rectangle& rRect, in ImplDrawComplexGradient()
406 Rectangle aRect( rRect ); in ImplDrawComplexGradient()
541 Rectangle aExtRect( rRect ); in ImplDrawComplexGradient()
648 void OutputDevice::DrawGradient( const Rectangle& rRect, in DrawGradient()
719 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawGradient()
826 const Rectangle aRect( rPolyPoly.GetBoundRect() ); in DrawGradient()
892 const Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in DrawGradient()
894 if( !Rectangle( PixelToLogic( Point() ), GetOutputSize() ).IsEmpty() ) in DrawGradient()
897 Rectangle aRect( ImplLogicToDevicePixel( aBoundRect ) ); in DrawGradient()
937 const Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in DrawGradient()
939 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawGradient()
1003 void OutputDevice::AddGradientActions( const Rectangle& rRect, const Gradient& rGradient, in AddGradientActions()
1009 Rectangle aRect( rRect ); in AddGradientActions()
1173 Rectangle aRect( rPolyPoly.GetBoundRect() ); in ImplDrawHatch()
1224 void OutputDevice::ImplCalcHatchValues( const Rectangle& rRect, long nDist, sal_uInt16 nAngle10, in ImplCalcHatchValues()