mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
LibGfx: Rename JPGLoader
to JPEGLoader
The patch also contains modifications on several classes, functions or files that are related to the `JPGLoader`. Renaming include: - JPGLoader{.h, .cpp} - JPGImageDecoderPlugin - JPGLoadingContext - JPG_DEBUG - decode_jpg - FuzzJPGLoader.cpp - Few string literals or texts
This commit is contained in:
parent
ab298ca106
commit
856d0202f2
14 changed files with 118 additions and 118 deletions
|
@ -17,7 +17,7 @@
|
|||
T(GIFLoader) \
|
||||
T(HttpRequest) \
|
||||
T(ICOLoader) \
|
||||
T(JPGLoader) \
|
||||
T(JPEGLoader) \
|
||||
T(Js) \
|
||||
T(Markdown) \
|
||||
T(PBMLoader) \
|
||||
|
@ -61,8 +61,8 @@ ENUMERATE_TARGETS(__ENUMERATE_TARGET)
|
|||
#include <Meta/Lagom/Fuzzers/FuzzICOLoader.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
||||
#define LLVMFuzzerTestOneInput TestJPGLoader
|
||||
#include <Meta/Lagom/Fuzzers/FuzzJPGLoader.cpp>
|
||||
#define LLVMFuzzerTestOneInput TestJPEGLoader
|
||||
#include <Meta/Lagom/Fuzzers/FuzzJPEGLoader.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
||||
#define LLVMFuzzerTestOneInput TestJs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue