ladybird/Userland/Libraries/LibPDF
Nico Weber 2b905cc482 LibPDF: Move rest of CFF from Reader to Stream
parse_index_data() wants to take ReadonlyByte views of the stream
data, so we need FixedMemoryStream::read_in_place(size_t). All
other remaining code indirectly calls parse_index_data(), so that
all operates on FixedMemoryStreams too.

No behavior change.
2024-04-14 10:45:11 +02:00
..
Fonts LibPDF: Move rest of CFF from Reader to Stream 2024-04-14 10:45:11 +02:00
CMakeLists.txt LibPDF: Implement most of the spec algorithm for picking TrueType glyphs 2024-02-25 15:15:20 +01:00
ColorSpace.cpp LibPDF: Use original error for failing ICC load 2024-02-21 13:37:08 +01:00
ColorSpace.h LibPDF: Make DeviceCMYKColorSpace::the() fallible 2024-02-01 13:42:04 -07:00
CommonNames.cpp LibPDF: Implement support for vertical text for Type0 2024-03-02 12:25:09 +01:00
CommonNames.h LibPDF+LibGfx: Pass jbig2-filtered data to JBIG2ImageDecoderPlugin 2024-03-09 16:01:22 +01:00
Document.cpp LibPDF: Return null for invalid refs, tolerate null objects as outline 2024-01-31 12:10:19 -05:00
Document.h
DocumentParser.cpp LibPDF: Handle indirect reference resolving during parsing more robustly 2024-03-19 19:20:01 -04:00
DocumentParser.h
Encoding.cpp
Encoding.h
Encryption.cpp
Encryption.h
Error.h
Filter.cpp LibPDF: Plug in the CCITT3 1D decoder and pass corresponding options 2024-03-19 12:22:28 +01:00
Filter.h LibPDF+LibGfx: Support JBIG2s with /JBIG2Globals set 2024-03-09 16:01:22 +01:00
Forward.h
Function.cpp LibPDF: Reorder loops in SampledFunction::evaluate() 2024-02-13 19:45:19 +01:00
Function.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp LibPDF: Always treat /Subtype /Image as binary data when dumping 2024-02-05 21:18:19 -05:00
ObjectDerivatives.h
Operator.h
Page.cpp
Page.h
Parser.cpp LibPDF: Handle indirect reference resolving during parsing more robustly 2024-03-19 19:20:01 -04:00
Parser.h
Reader.cpp
Reader.h
Reference.h
Renderer.cpp LibPDF: Invert image masks used as alpha too 2024-04-04 06:55:08 -04:00
Renderer.h LibPDF+PDFViewer+MacPDF: Don't draw hidden text by default 2024-03-16 13:10:48 -04:00
Value.cpp
Value.h
XRefTable.h