Lines Matching refs:rDest
420 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
423 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap()
424 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap()
427 PSTranslate (rDest.BottomLeft()); in DrawBitmap()
469 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
472 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap()
473 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap()
476 PSTranslate (rDest.BottomLeft()); in DrawBitmap()
483 PrinterGfx::DrawMask (const Rectangle& rDest, const Rectangle& rSrc, in DrawMask() argument
486 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawMask()
487 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawMask()
490 PSTranslate (rDest.BottomLeft()); in DrawMask()