serenity/Tests/LibGfx
Nico Weber c1ea8fa01c LibGfx+Tests: Fix infinite loop in butt line cap drawing
Sometimes going across would put is one active range away from
being in-bounds, so check the two neighboring ranges too.
2024-09-27 20:18:55 -04:00
..
test-inputs LibGfx: Respect order of image data in TGAImageDecoderPlugin 2024-09-18 06:34:19 -04:00
BenchmarkGfxPainter.cpp Tests: Propagate errors with TRY_OR_FAIL() where possible 2024-02-14 17:46:06 -05:00
BenchmarkJPEGLoader.cpp Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
BenchmarkPNG.cpp Tests: Add a benchmark for the PNG paeth predictor 2024-08-10 13:07:01 -04:00
CMakeLists.txt LibGfx+Tests: Fix infinite loop in butt line cap drawing 2024-09-27 20:18:55 -04:00
TestColor.cpp LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestFontHandling.cpp LibGfx: Allow extracting paths from fonts and add Gfx::Path::text() 2023-11-05 02:46:46 +01:00
TestGfxBitmap.cpp LibGfx: Fix serializing Gfx::Bitmaps 2023-10-15 20:34:29 +02:00
TestICCProfile.cpp LibGfx/ICC: Tolerate v2 profiles with D65 PCS illuminant 2024-08-20 09:43:06 -04:00
TestImageDecoder.cpp LibGfx: Respect order of image data in TGAImageDecoderPlugin 2024-09-18 06:34:19 -04:00
TestImageWriter.cpp LibGfx/PNGWriter: Add support for inter-frame compression of apngs 2024-08-15 06:35:48 -04:00
TestMedianCut.cpp LibGfx: Add an implementation of the MedianCut algorithm 2024-05-18 18:30:07 +02:00
TestPainter.cpp LibGfx: Clip out-of-bounds pixel accesses in Painter::draw_rect() 2024-04-14 18:05:48 +02:00
TestParseISOBMFF.cpp LibGfx: Add initial ISO BMFF parsing and a utility to print file info 2023-07-27 12:02:37 +01:00
TestPath.cpp LibGfx+Tests: Fix infinite loop in butt line cap drawing 2024-09-27 20:18:55 -04:00
TestRect.cpp LibGfx: Add Rect::unite_{horizontally,vertically}() 2023-07-13 05:09:08 +02:00
TestScalingFunctions.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TestWOFF.cpp LibGfx/WOFF: Ensure header totalSfntSize matches expected value 2023-10-24 07:29:09 +02:00
TestWOFF2.cpp LibGfx/WOFF2: Ensure numTables is within expected range 2023-10-26 08:39:26 +02:00