Home
last modified time | relevance | path

Searched refs:rTR (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx317 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()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dbmpfast.cxx557 const SalTwoRect& rTR ) in ImplFastBitmapConversion() argument
563 if( rTR.mnDestWidth < 0 ) in ImplFastBitmapConversion()
566 if( rTR.mnDestHeight < 0 ) in ImplFastBitmapConversion()
571 if( rTR.mnSrcX || rTR.mnSrcY ) in ImplFastBitmapConversion()
573 if( rTR.mnDestX || rTR.mnDestY ) in ImplFastBitmapConversion()
577 if( rTR.mnDestWidth != rTR.mnSrcWidth ) in ImplFastBitmapConversion()
579 if( rTR.mnDestHeight!= rTR.mnSrcHeight ) in ImplFastBitmapConversion()
583 if( rSrc.mnWidth < rTR.mnSrcX + rTR.mnSrcWidth ) in ImplFastBitmapConversion()
585 if( rSrc.mnHeight < rTR.mnSrcY + rTR.mnSrcHeight ) in ImplFastBitmapConversion()
589 if( rDst.mnWidth < rTR.mnDestX + rTR.mnDestWidth ) in ImplFastBitmapConversion()
[all …]
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx773 bool X11SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() argument
781 if( rTR.mnDestWidth < 0 ) in drawAlphaBitmap()
785 if( rTR.mnDestWidth != rTR.mnSrcWidth ) in drawAlphaBitmap()
787 if( rTR.mnDestHeight!= rTR.mnSrcHeight ) in drawAlphaBitmap()
806 ImplSalDDB* pSrcDDB = rSrcX11Bmp.ImplGetDDB( hDrawable_, m_nScreen, nDepth, rTR ); in drawAlphaBitmap()
868 rTR.mnDestWidth, rTR.mnDestHeight, 8 ); in drawAlphaBitmap()
874 rTR.mnSrcX, rTR.mnSrcY, 0, 0, rTR.mnDestWidth, rTR.mnDestHeight ); in drawAlphaBitmap()
894 rTR.mnSrcX, rTR.mnSrcY, 0, 0, in drawAlphaBitmap()
895 rTR.mnDestX, rTR.mnDestY, rTR.mnDestWidth, rTR.mnDestHeight ); in drawAlphaBitmap()
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1493 bool AquaSalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() argument
1502 if( rTR.mnDestWidth < 0 || rTR.mnDestHeight < 0 ) in drawAlphaBitmap()
1508 …xMaskedImage = rSrcSalBmp.CreateWithMask( rMaskSalBmp, rTR.mnSrcX, rTR.mnSrcY, rTR.mnSrcWidth, rTR in drawAlphaBitmap()
1514 … const CGRect aDstRect = CGRectMake( rTR.mnDestX, rTR.mnDestY, rTR.mnDestWidth, rTR.mnDestHeight); in drawAlphaBitmap()
/AOO41X/main/vcl/inc/win/
H A Dsalgdi.h260 bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx534 bool Os2SalGraphics::drawAlphaBitmap( const SalTwoRect& rTR, in drawAlphaBitmap() argument