Lines Matching refs:rPosAry
599 void SalGraphics::CopyBits( const SalTwoRect& rPosAry, in CopyBits() argument
605 SalTwoRect aPosAry2 = rPosAry; in CopyBits()
613 copyBits( rPosAry, pSrcGraphics ); in CopyBits()
615 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap() argument
620 SalTwoRect aPosAry2 = rPosAry; in DrawBitmap()
625 drawBitmap( rPosAry, rSalBitmap ); in DrawBitmap()
627 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap() argument
633 SalTwoRect aPosAry2 = rPosAry; in DrawBitmap()
638 drawBitmap( rPosAry, rSalBitmap, nTransparentColor ); in DrawBitmap()
640 void SalGraphics::DrawBitmap( const SalTwoRect& rPosAry, in DrawBitmap() argument
646 SalTwoRect aPosAry2 = rPosAry; in DrawBitmap()
651 drawBitmap( rPosAry, rSalBitmap, rTransparentBitmap ); in DrawBitmap()
653 void SalGraphics::DrawMask( const SalTwoRect& rPosAry, in DrawMask() argument
659 SalTwoRect aPosAry2 = rPosAry; in DrawMask()
664 drawMask( rPosAry, rSalBitmap, nMaskColor ); in DrawMask()
816 bool SalGraphics::DrawAlphaBitmap( const SalTwoRect& rPosAry, in DrawAlphaBitmap() argument
823 SalTwoRect aPosAry2 = rPosAry; in DrawAlphaBitmap()
828 return drawAlphaBitmap( rPosAry, rSourceBitmap, rAlphaBitmap ); in DrawAlphaBitmap()