serenity/Userland/Libraries/LibPDF
MacDue e8fe2f4ffe LibPDF: Use draw_rect() to show debug clipping rects
Using the path rasterizer here is much slower than simply drawing four
lines. This also more accurately shows the (real) clip as the bounding
box is truncated to an int before adding it as a clip rect.

Fixes #23056
2024-07-12 09:47:51 -04:00
..
Fonts LibPDF: Move CFF to use AK::Error instead of PDF::Error 2024-04-14 17:22:00 +02:00
CMakeLists.txt
ColorSpace.cpp
ColorSpace.h
CommonNames.cpp
CommonNames.h
Document.cpp
Document.h
DocumentParser.cpp LibPDF: Convert byte offsets to u64 2024-05-02 07:46:53 -06:00
DocumentParser.h
Encoding.cpp
Encoding.h
Encryption.cpp
Encryption.h
Error.h
Filter.cpp LibCompress: Rename LZWDecoder => LzwDecompressor 2024-05-14 12:33:53 -06:00
Filter.h
Forward.h
Function.cpp LibPDF: Convert byte offsets to u64 2024-05-02 07:46:53 -06:00
Function.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h
Page.cpp
Page.h
Parser.cpp LibPDF: Added empty read check to parse_hex_string 2024-05-05 06:45:42 +01:00
Parser.h
Reader.cpp
Reader.h
Reference.h
Renderer.cpp LibPDF: Use draw_rect() to show debug clipping rects 2024-07-12 09:47:51 -04:00
Renderer.h
Value.cpp
Value.h
XRefTable.h LibPDF: Convert byte offsets to u64 2024-05-02 07:46:53 -06:00