Files
ladybird/Userland/Libraries/LibGfx/AffineTransform.cpp
Andreas Kling b4c3882d9c LibGfx: Add AffineTransform::is_identity_or_translation()
This will allow us to implement fast paths in cases where a simple
translation can be handled faster than a full affine transform.
2022-04-10 21:35:55 +02:00

5.6 KiB