ladybird/Userland/Libraries/LibPDF
Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable
AK's version should see better inlining behaviors, than the LibM one.
We avoid mixed usage for now though.

Also clean up some stale math includes and improper floatingpoint usage.
2021-07-19 16:34:21 +04:30
..
CMakeLists.txt LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
ColorSpace.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
ColorSpace.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Command.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
CommonNames.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
CommonNames.h LibPDF: Handle the gs graphical operator 2021-06-12 22:45:01 +04:30
Document.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Document.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Filter.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Filter.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Forward.h LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Object.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Parser.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
Parser.h LibPDF: Fix treating not finding the linearized dict as a fatal error 2021-07-16 20:44:10 +02:00
Reader.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Renderer.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Renderer.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Value.cpp LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
Value.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30
XRefTable.h LibPDF: Convert to east-const to comply with the recent style changes 2021-06-12 22:45:01 +04:30