Lines Matching refs:rSize

635 									const Size& rSize, const Gradient& rTransparenceGradient )  in DrawTransparent()  argument
645 …mpMetaFile->AddAction( new MetaFloatTransparentAction( rMtf, rPos, rSize, rTransparenceGradient ) … in DrawTransparent()
652 ( (GDIMetaFile&) rMtf ).Play( this, rPos, rSize ); in DrawTransparent()
658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent()
714 ((GDIMetaFile&)rMtf).Play(pVDev, rPos, rSize); in DrawTransparent()
724 pVDev->DrawGradient(Rectangle(rPos, rSize), rTransparenceGradient); in DrawTransparent()
747 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
760 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
768 pVDev->DrawGradient( Rectangle( rPos, rSize ), rTransparenceGradient ); in DrawTransparent()
1199 bool OutputDevice::DrawEPS( const Point& rPoint, const Size& rSize, in DrawEPS() argument
1213 mpMetaFile->AddAction( new MetaEPSAction( rPoint, rSize, rGfxLink, aSubst ) ); in DrawEPS()
1222 Rectangle aRect( ImplLogicToDevicePixel( Rectangle( rPoint, rSize ) ) ); in DrawEPS()
1246 Graphic( *pSubst ).Draw( this, rPoint, rSize ); in DrawEPS()
1252 mpAlphaVDev->DrawEPS( rPoint, rSize, rGfxLink, pSubst ); in DrawEPS()
1259 void OutputDevice::DrawCheckered(const Point& rPos, const Size& rSize, sal_uInt32 nLen, Color aStar… in DrawCheckered() argument
1261 const sal_uInt32 nMaxX(rPos.X() + rSize.Width()); in DrawCheckered()
1262 const sal_uInt32 nMaxY(rPos.Y() + rSize.Height()); in DrawCheckered()