Lines Matching refs:rTR

319     const SalTwoRect& rTR,  in paintToGdiPlus()  argument
327 aDestPoints[0].X = Gdiplus::REAL(rTR.mnDestX); in paintToGdiPlus()
328 aDestPoints[0].Y = Gdiplus::REAL(rTR.mnDestY); in paintToGdiPlus()
329 aDestPoints[1].X = Gdiplus::REAL(rTR.mnDestX + rTR.mnDestWidth); in paintToGdiPlus()
330 aDestPoints[1].Y = Gdiplus::REAL(rTR.mnDestY); in paintToGdiPlus()
331 aDestPoints[2].X = Gdiplus::REAL(rTR.mnDestX); in paintToGdiPlus()
332 aDestPoints[2].Y = Gdiplus::REAL(rTR.mnDestY + rTR.mnDestHeight); in paintToGdiPlus()
340 Gdiplus::REAL(rTR.mnSrcX), in paintToGdiPlus()
341 Gdiplus::REAL(rTR.mnSrcY), in paintToGdiPlus()
342 Gdiplus::REAL(rTR.mnSrcWidth), in paintToGdiPlus()
343 Gdiplus::REAL(rTR.mnSrcHeight), in paintToGdiPlus()
381 bool WinSalGraphics::tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap) in tryDrawBitmapGdiPlus() argument
383 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in tryDrawBitmapGdiPlus()
394 rTR.mnSrcWidth, in tryDrawBitmapGdiPlus()
395 rTR.mnDestWidth, in tryDrawBitmapGdiPlus()
396 rTR.mnSrcHeight, in tryDrawBitmapGdiPlus()
397 rTR.mnDestHeight); in tryDrawBitmapGdiPlus()
401 rTR, in tryDrawBitmapGdiPlus()
412 const SalTwoRect& rTR, in drawAlphaBitmap() argument
416 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in drawAlphaBitmap()
428 rTR.mnSrcWidth, in drawAlphaBitmap()
429 rTR.mnDestWidth, in drawAlphaBitmap()
430 rTR.mnSrcHeight, in drawAlphaBitmap()
431 rTR.mnDestHeight); in drawAlphaBitmap()
435 rTR, in drawAlphaBitmap()