Lines Matching refs:rTR

317     const SalTwoRect& rTR,  in paintToGdiPlus()  argument
325 aDestPoints[0].X = Gdiplus::REAL(rTR.mnDestX); in paintToGdiPlus()
326 aDestPoints[0].Y = Gdiplus::REAL(rTR.mnDestY); in paintToGdiPlus()
327 aDestPoints[1].X = Gdiplus::REAL(rTR.mnDestX + rTR.mnDestWidth); in paintToGdiPlus()
328 aDestPoints[1].Y = Gdiplus::REAL(rTR.mnDestY); in paintToGdiPlus()
329 aDestPoints[2].X = Gdiplus::REAL(rTR.mnDestX); in paintToGdiPlus()
330 aDestPoints[2].Y = Gdiplus::REAL(rTR.mnDestY + rTR.mnDestHeight); in paintToGdiPlus()
338 Gdiplus::REAL(rTR.mnSrcX), in paintToGdiPlus()
339 Gdiplus::REAL(rTR.mnSrcY), in paintToGdiPlus()
340 Gdiplus::REAL(rTR.mnSrcWidth), in paintToGdiPlus()
341 Gdiplus::REAL(rTR.mnSrcHeight), in paintToGdiPlus()
379 bool WinSalGraphics::tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap) in tryDrawBitmapGdiPlus() argument
381 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in tryDrawBitmapGdiPlus()
392 rTR.mnSrcWidth, in tryDrawBitmapGdiPlus()
393 rTR.mnDestWidth, in tryDrawBitmapGdiPlus()
394 rTR.mnSrcHeight, in tryDrawBitmapGdiPlus()
395 rTR.mnDestHeight); in tryDrawBitmapGdiPlus()
399 rTR, in tryDrawBitmapGdiPlus()
410 const SalTwoRect& rTR, in drawAlphaBitmap() argument
414 if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight) in drawAlphaBitmap()
426 rTR.mnSrcWidth, in drawAlphaBitmap()
427 rTR.mnDestWidth, in drawAlphaBitmap()
428 rTR.mnSrcHeight, in drawAlphaBitmap()
429 rTR.mnDestHeight); in drawAlphaBitmap()
433 rTR, in drawAlphaBitmap()