1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Tests/LibGfx
Nico Weber df0a82668b Tests: Copy webp ICC test inputs into test-inputs/icc
Two files are used both as test inputs for the webp decoder test and
for the icc profile test.

Use redundant copies of these two files for the two usecases, since
different parts of the files are used in both tests (and we could
remove the unneeded parts later).
2023-06-19 06:42:00 -04:00
..
test-inputs Tests: Copy webp ICC test inputs into test-inputs/icc 2023-06-19 06:42:00 -04:00
BenchmarkGfxPainter.cpp LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4 2023-02-01 08:56:56 -05:00
BenchmarkJPEGLoader.cpp Tests: Add benchmarks for JPEGLoader 2023-04-03 20:58:49 +01:00
CMakeLists.txt LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestFontHandling.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestGfxBitmap.cpp LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestICCProfile.cpp Tests: Copy webp ICC test inputs into test-inputs/icc 2023-06-19 06:42:00 -04:00
TestImageDecoder.cpp Tests: Move webp test images into webp/ subfolder 2023-06-19 06:42:00 -04:00
TestRect.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TestScalingFunctions.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00