ladybird/Tests/LibGfx
Sam Atkins 6b762331df LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory()
Typeface::try_load_from_externally_owned_memory() relies on that
external owner keeping the memory around. However, neither WOFF nor
WOFF2 do so - they both create separate ByteBuffers to hold the TTF
data. So, rename them to make it clearer that they don't have any
requirements on the byte owner.
2025-05-03 12:01:43 +01:00
..
test-inputs LibGfx: Only include frames with fcTL chunks in the animation 2025-05-01 10:30:00 +02:00
BenchmarkJPEGLoader.cpp Everywhere: Remove Serenity specific code from tests 2024-07-05 07:29:51 +02:00
CMakeLists.txt LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
TestColor.cpp LibGfx: Support missing pixel formats in get_pixel() 2025-04-23 09:26:45 +02:00
TestImageDecoder.cpp LibGfx: Only include frames with fcTL chunks in the animation 2025-05-01 10:30:00 +02:00
TestImageWriter.cpp LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
TestQuad.cpp LibGfx: Verify Rect and Quad are consistent in boundary point inclusions 2024-12-15 23:27:42 +01:00
TestRect.cpp LibGfx: Add Rect::unite() 2025-01-23 09:33:10 +01:00
TestWOFF.cpp LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory() 2025-05-03 12:01:43 +01:00
TestWOFF2.cpp LibGfx: Rename WOFF[2]::try_load_from_externally_owned_memory() 2025-05-03 12:01:43 +01:00