Home
last modified time | relevance | path

Searched refs:aDstRect (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dtransparent.cxx334 tools::Rectangle aDstRect( Point(), GetOutputSizePixel() ); in EmulateDrawTransparent() local
336 aDstRect.Intersection( aPolyRect ); in EmulateDrawTransparent()
338 ClipToPaintRegion( aDstRect ); in EmulateDrawTransparent()
340 if( !aDstRect.IsEmpty() ) in EmulateDrawTransparent()
384 const Size aDstSz( aDstRect.GetSize() ); in EmulateDrawTransparent()
387 if( aDstRect.Left() || aDstRect.Top() ) in EmulateDrawTransparent()
388 aPolyPoly.Move( -aDstRect.Left(), -aDstRect.Top() ); in EmulateDrawTransparent()
528 DrawBitmap( aDstRect.TopLeft(), aPaint ); in EmulateDrawTransparent()
637 aDstRect.Intersection( aOutRect ); in DrawTransparent()
639 ClipToPaintRegion( aDstRect ); in DrawTransparent()
[all …]
H A Dbitmap.cxx648 ClipToPaintRegion(aDstRect); in DrawDeviceAlphaBitmap()
746 : mpMapX(new tools::Long[aDstRect.GetWidth()]) in LinearScaleContext()
910 : mpMapX(new tools::Long[aDstRect.GetWidth()]) in TradScaleContext()
968 Bitmap aBmp(GetBitmap(aDstRect.TopLeft(), aDstRect.GetSize())); in DrawDeviceAlphaBitmapSlowPath()
978 aDstRect.SetSize(aBmp.GetSizePixel()); in DrawDeviceAlphaBitmapSlowPath()
981 const tools::Long nDstWidth = aDstRect.GetWidth(); in DrawDeviceAlphaBitmapSlowPath()
990 … ? aOutSize.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPoint.X()) in DrawDeviceAlphaBitmapSlowPath()
1012 aDstRect, in DrawDeviceAlphaBitmapSlowPath()
1043 DrawBitmap(aDstRect.TopLeft(), aNewBitmap); in DrawDeviceAlphaBitmapSlowPath()
1541 const tools::Rectangle& aDstRect, in BlendBitmapWithAlpha() argument
[all …]
H A Drect.cxx243 tools::Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); in DrawGrid() local
244 aDstRect.Intersection( rRect ); in DrawGrid()
246 if( aDstRect.IsEmpty() || ImplIsRecordLayout() ) in DrawGrid()
261 …tools::Long nX = ( rRect.Left() >= aDstRect.Left() ) ? rRect.Left() : ( rRect.Left() + ( ( aDstRec… in DrawGrid()
262 …tools::Long nY = ( rRect.Top() >= aDstRect.Top() ) ? rRect.Top() : ( rRect.Top() + ( ( aDstRect.To… in DrawGrid()
263 const tools::Long nRight = aDstRect.Right(); in DrawGrid()
264 const tools::Long nBottom = aDstRect.Bottom(); in DrawGrid()
277 aVertBuf.resize( aDstRect.GetHeight() / nDistY + 2 ); in DrawGrid()
287 aHorzBuf.resize( aDstRect.GetWidth() / nDistX + 2 ); in DrawGrid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dtransparent.cxx425 tools::Rectangle aDstRect( Point(), GetOutputSizePixel() ); in EmulateDrawTransparent() local
427 aDstRect.Intersection( aPolyRect ); in EmulateDrawTransparent()
429 ClipToPaintRegion( aDstRect ); in EmulateDrawTransparent()
431 if( !aDstRect.IsEmpty() ) in EmulateDrawTransparent()
478 const Size aDstSz( aDstRect.GetSize() ); in EmulateDrawTransparent()
481 if( aDstRect.Left() || aDstRect.Top() ) in EmulateDrawTransparent()
482 aPolyPoly.Move( -aDstRect.Left(), -aDstRect.Top() ); in EmulateDrawTransparent()
622 DrawBitmap( aDstRect.TopLeft(), aPaint ); in EmulateDrawTransparent()
731 aDstRect.Intersection( aOutRect ); in DrawTransparent()
733 ClipToPaintRegion( aDstRect ); in DrawTransparent()
[all …]
H A Dbitmap.cxx627 ClipToPaintRegion(aDstRect); in DrawDeviceAlphaBitmap()
717 : mpMapX(new long[aDstRect.GetWidth()]) in LinearScaleContext()
718 , mpMapY(new long[aDstRect.GetHeight()]) in LinearScaleContext()
881 : mpMapX(new long[aDstRect.GetWidth()]) in TradScaleContext()
882 , mpMapY(new long[aDstRect.GetHeight()]) in TradScaleContext()
939 Bitmap aBmp(GetBitmap(aDstRect.TopLeft(), aDstRect.GetSize())); in DrawDeviceAlphaBitmapSlowPath()
949 aDstRect.SetSize(aBmp.GetSizePixel()); in DrawDeviceAlphaBitmapSlowPath()
952 const long nDstWidth = aDstRect.GetWidth(); in DrawDeviceAlphaBitmapSlowPath()
961 … ? aOutSize.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPoint.X()) in DrawDeviceAlphaBitmapSlowPath()
984 aDstRect, in DrawDeviceAlphaBitmapSlowPath()
[all …]
H A Drect.cxx220 tools::Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); in DrawGrid() local
221 aDstRect.Intersection( rRect ); in DrawGrid()
223 if( aDstRect.IsEmpty() || ImplIsRecordLayout() ) in DrawGrid()
237 …long nX = ( rRect.Left() >= aDstRect.Left() ) ? rRect.Left() : ( rRect.Left() + ( ( aDstRect.Left(… in DrawGrid()
238 …long nY = ( rRect.Top() >= aDstRect.Top() ) ? rRect.Top() : ( rRect.Top() + ( ( aDstRect.Top() - r… in DrawGrid()
239 const long nRight = aDstRect.Right(); in DrawGrid()
240 const long nBottom = aDstRect.Bottom(); in DrawGrid()
253 aVertBuf.resize( aDstRect.GetHeight() / nDistY + 2 ); in DrawGrid()
263 aHorzBuf.resize( aDstRect.GetWidth() / nDistX + 2 ); in DrawGrid()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DFrameAnimator.cpp750 uint8_t* aDstPixels, const IntRect& aDstRect, in DrawFrameTo() argument
762 if ((aSrcRect.x > aDstRect.width) || (aSrcRect.y > aDstRect.height)) { in DrawFrameTo()
768 int32_t width = std::min(aSrcRect.width, aDstRect.width - aSrcRect.x); in DrawFrameTo()
773 (aSrcRect.x + width <= aDstRect.width) && in DrawFrameTo()
774 (aSrcRect.y + height <= aDstRect.height), in DrawFrameTo()
787 dstPixels += aSrcRect.x + (aSrcRect.y * aDstRect.width); in DrawFrameTo()
795 dstPixels += aDstRect.width; in DrawFrameTo()
807 dstPixels += aDstRect.width; in DrawFrameTo()
822 aDstRect.width, in DrawFrameTo()
823 aDstRect.height, in DrawFrameTo()
[all …]
H A DFrameAnimator.h287 uint8_t* aDstPixels, const gfx::IntRect& aDstRect,
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DGLBlitTextureImageHelper.cpp41 const gfx::IntRect& aDstRect) { in BlitTextureImage() argument
44 if (!aSrc || !aDst || aSrcRect.IsEmpty() || aDstRect.IsEmpty()) return; in BlitTextureImage()
53 float blitScaleX = float(aDstRect.Width()) / float(aSrcRect.Width()); in BlitTextureImage()
54 float blitScaleY = float(aDstRect.Height()) / float(aSrcRect.Height()); in BlitTextureImage()
62 dstSubRect.IntersectRect(aDstRect, dstTextureRect); in BlitTextureImage()
70 dstInSrcRect.MoveBy(-aDstRect.TopLeft()); in BlitTextureImage()
107 srcSubInDstRect.MoveBy(aDstRect.TopLeft()); in BlitTextureImage()
H A DGLBlitTextureImageHelper.h64 gl::TextureImage* aDst, const gfx::IntRect& aDstRect);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/opengl/
H A DGLBlitTextureImageHelper.cpp41 const gfx::IntRect& aDstRect) { in BlitTextureImage() argument
44 if (!aSrc || !aDst || aSrcRect.IsEmpty() || aDstRect.IsEmpty()) return; in BlitTextureImage()
53 float blitScaleX = float(aDstRect.Width()) / float(aSrcRect.Width()); in BlitTextureImage()
54 float blitScaleY = float(aDstRect.Height()) / float(aSrcRect.Height()); in BlitTextureImage()
62 dstSubRect.IntersectRect(aDstRect, dstTextureRect); in BlitTextureImage()
70 dstInSrcRect.MoveBy(-aDstRect.TopLeft()); in BlitTextureImage()
107 srcSubInDstRect.MoveBy(aDstRect.TopLeft()); in BlitTextureImage()
H A DGLBlitTextureImageHelper.h64 gl::TextureImage* aDst, const gfx::IntRect& aDstRect);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DGLBlitTextureImageHelper.cpp41 const gfx::IntRect& aDstRect) { in BlitTextureImage() argument
44 if (!aSrc || !aDst || aSrcRect.IsEmpty() || aDstRect.IsEmpty()) return; in BlitTextureImage()
53 float blitScaleX = float(aDstRect.Width()) / float(aSrcRect.Width()); in BlitTextureImage()
54 float blitScaleY = float(aDstRect.Height()) / float(aSrcRect.Height()); in BlitTextureImage()
62 dstSubRect.IntersectRect(aDstRect, dstTextureRect); in BlitTextureImage()
70 dstInSrcRect.MoveBy(-aDstRect.TopLeft()); in BlitTextureImage()
107 srcSubInDstRect.MoveBy(aDstRect.TopLeft()); in BlitTextureImage()
H A DGLBlitTextureImageHelper.h64 gl::TextureImage* aDst, const gfx::IntRect& aDstRect);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DGLBlitTextureImageHelper.cpp42 TextureImage *aDst, const gfx::IntRect& aDstRect) in BlitTextureImage() argument
46 if (!aSrc || !aDst || aSrcRect.IsEmpty() || aDstRect.IsEmpty()) in BlitTextureImage()
56 float blitScaleX = float(aDstRect.width) / float(aSrcRect.width); in BlitTextureImage()
57 float blitScaleY = float(aDstRect.height) / float(aSrcRect.height); in BlitTextureImage()
65 dstSubRect.IntersectRect(aDstRect, dstTextureRect); in BlitTextureImage()
73 dstInSrcRect.MoveBy(-aDstRect.TopLeft()); in BlitTextureImage()
109 srcSubInDstRect.MoveBy(aDstRect.TopLeft()); in BlitTextureImage()
H A DGLBlitTextureImageHelper.h65 gl::TextureImage *aDst, const gfx::IntRect& aDstRect);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DGLBlitTextureImageHelper.cpp41 const gfx::IntRect &aDstRect) { in BlitTextureImage() argument
44 if (!aSrc || !aDst || aSrcRect.IsEmpty() || aDstRect.IsEmpty()) return; in BlitTextureImage()
53 float blitScaleX = float(aDstRect.Width()) / float(aSrcRect.Width()); in BlitTextureImage()
54 float blitScaleY = float(aDstRect.Height()) / float(aSrcRect.Height()); in BlitTextureImage()
62 dstSubRect.IntersectRect(aDstRect, dstTextureRect); in BlitTextureImage()
70 dstInSrcRect.MoveBy(-aDstRect.TopLeft()); in BlitTextureImage()
107 srcSubInDstRect.MoveBy(aDstRect.TopLeft()); in BlitTextureImage()
H A DGLBlitTextureImageHelper.h64 gl::TextureImage* aDst, const gfx::IntRect& aDstRect);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A DAquaGraphicsBackend.cxx404 refreshRect(aDstRect); in drawPixelImpl()
914 const CGRect aDstRect in drawBitmap() local
919 refreshRect(aDstRect); in drawBitmap()
936 const CGRect aDstRect in drawBitmap() local
940 refreshRect(aDstRect); in drawBitmap()
955 const CGRect aDstRect in drawMask() local
959 refreshRect(aDstRect); in drawMask()
1189 refreshRect(aDstRect); in drawEPS()
1236 const CGRect aDstRect in drawAlphaBitmap() local
1239 refreshRect(aDstRect); in drawAlphaBitmap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DFrameAnimator.cpp869 const IntRect& aDstRect, in DrawFrameTo() argument
882 if ((aSrcRect.X() > aDstRect.Width()) || (aSrcRect.Y() > aDstRect.Height())) { in DrawFrameTo()
888 int32_t width = std::min(aSrcRect.Width(), aDstRect.Width() - aSrcRect.X()); in DrawFrameTo()
890 std::min(aSrcRect.Height(), aDstRect.Height() - aSrcRect.Y()); in DrawFrameTo()
894 (aSrcRect.X() + width <= aDstRect.Width()) && in DrawFrameTo()
895 (aSrcRect.Y() + height <= aDstRect.Height()), in DrawFrameTo()
909 dstPixels += aSrcRect.X() + (aSrcRect.Y() * aDstRect.Width()); in DrawFrameTo()
917 dstPixels += aDstRect.Width(); in DrawFrameTo()
929 dstPixels += aDstRect.Width(); in DrawFrameTo()
942 PIXMAN_a8r8g8b8, aDstRect.Width(), aDstRect.Height(), in DrawFrameTo()
[all …]
H A DFrameAnimator.h384 uint8_t* aDstPixels, const gfx::IntRect& aDstRect,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx367 CGContextClipToRect(aCopyContext.get(), aDstRect); in copyBits()
382 RefreshRect( aDstRect ); in copyBits()
593 RefreshRect( aDstRect ); in drawAlphaBitmap()
643 RefreshRect( aDstRect ); in drawTransformedBitmap()
690 RefreshRect( aDstRect ); in drawBitmap()
709 RefreshRect( aDstRect ); in drawBitmap()
746 const BOOL bOK = [xEpsImage drawInRect: aDstRect]; in drawEPS()
754 RefreshRect( aDstRect ); in drawEPS()
799 RefreshRect( aDstRect ); in drawMask()
1351 const CGRect aDstRect = CGRectMake(nX, nY, 1, 1); in ImplDrawPixel() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/ios/
H A Dsalios.cxx161 …const CGRect aDstRect = CGRectMake(rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry.… in copyBits() local
162 CGContextClipToRect(aCopyContext.get(), aDstRect); in copyBits()
177 refreshRect(aDstRect); in copyBits()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalinst.cxx946 …const CGRect aDstRect = { {0, 0}, { static_cast<CGFloat>(aSize.Width()), static_cast<CGFloat>(aSiz… in CreateNSImage() local
947 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalinst.cxx951 …const CGRect aDstRect = { {0, 0}, { static_cast<CGFloat>(aSize.Width()), static_cast<CGFloat>(aSiz… in CreateNSImage() local
952 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()

12