Files
ladybird/Userland/Libraries/LibGfx
Daniel Bertalan f14a4994b0 Everywhere: Don't promote float to double where not needed
The `float => double => float` round trip seen in a couple of places
might pessimize the code. Even if it's truncated to an int in the end,
it's weird not to use the functions with the `f` suffixes when working
with single precision floats.
2021-07-08 10:11:00 +02:00
..
2021-05-18 08:45:53 +01:00
2021-04-23 16:46:57 +02:00
2021-05-25 00:24:09 +04:30