Files
ladybird/Userland/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp
Andreas Kling 59cb7994c6 LibWeb: Use memcpy() in CanvasRenderingContext2D.getImageData()
Instead of copying the image data pixel-by-pixel, we can memcpy full
scanlines at a time.

This knocks a 4% item down to <1% in profiles of Another World JS.
2024-05-13 17:29:37 +02:00

37 KiB