Lines Matching refs:rPosAry

62 void WinSalGraphics::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics )  in copyBits()  argument
77 if ( (rPosAry.mnSrcWidth == rPosAry.mnDestWidth) && in copyBits()
78 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) ) in copyBits()
81 (int)rPosAry.mnDestX, (int)rPosAry.mnDestY, in copyBits()
82 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in copyBits()
84 (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, in copyBits()
91 (int)rPosAry.mnDestX, (int)rPosAry.mnDestY, in copyBits()
92 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in copyBits()
94 (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, in copyBits()
95 (int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight, in copyBits()
345 const SalTwoRect& rPosAry, const WinSalBitmap& rSalBitmap, in ImplDrawBitmap() argument
373 (int)rPosAry.mnDestX, (int)rPosAry.mnDestY, in ImplDrawBitmap()
374 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
375 … (int)rPosAry.mnSrcX, (int)(pBIH->biHeight - rPosAry.mnSrcHeight - rPosAry.mnSrcY), in ImplDrawBitmap()
376 (int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight, in ImplDrawBitmap()
395 if ( (rPosAry.mnSrcWidth == rPosAry.mnDestWidth) && in ImplDrawBitmap()
396 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) ) in ImplDrawBitmap()
399 (int)rPosAry.mnDestX, (int)rPosAry.mnDestY, in ImplDrawBitmap()
400 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
402 (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, in ImplDrawBitmap()
410 (int)rPosAry.mnDestX, (int)rPosAry.mnDestY, in ImplDrawBitmap()
411 (int)rPosAry.mnDestWidth, (int)rPosAry.mnDestHeight, in ImplDrawBitmap()
413 (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, in ImplDrawBitmap()
414 (int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight, in ImplDrawBitmap()
436 void WinSalGraphics::drawBitmap(const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap) in drawBitmap() argument
445 if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) in drawBitmap()
452 if(bTryDirectPaint && tryDrawBitmapGdiPlus(rPosAry, rSalBitmap)) in drawBitmap()
458 ImplDrawBitmap(getHDC(), rPosAry, static_cast<const WinSalBitmap&>(rSalBitmap), in drawBitmap()
465 void WinSalGraphics::drawBitmap( const SalTwoRect& rPosAry, in drawBitmap() argument
514 drawBitmap( rPosAry, rSalBitmap, *pMask ); in drawBitmap()
521 void WinSalGraphics::drawBitmap( const SalTwoRect& rPosAry, in drawBitmap() argument
533 if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) in drawBitmap()
540 if(bTryDirectPaint && drawAlphaBitmap(rPosAry, rSSalBitmap, rSTransparentBitmap)) in drawBitmap()
548 SalTwoRect aPosAry = rPosAry; in drawBitmap()
646 void WinSalGraphics::drawMask( const SalTwoRect& rPosAry, in drawMask() argument
654 SalTwoRect aPosAry = rPosAry; in drawMask()