1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00
serenity/Userland/Libraries/LibTTF
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
..
CMakeLists.txt LibTTF: Interpret font names from Windows platform as UTF-16BE 2021-02-16 17:32:42 +01:00
Cmap.cpp Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
Cmap.h Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
Font.cpp LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
Font.h LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
Glyf.cpp Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Glyf.h Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Tables.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00