summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-27Shading functions should take const matrix pointers.chromium/3568chromium/3567chromium/3566chromium/3565chromium/3564Lei Zhang
2018-09-25Revert "Remove unreachable code in CPDF_DIBBase."Lei Zhang
2018-09-21Replace CPDF_Color::Copy() with honest-to-goodness operator=().Tom Sepez
2018-09-21Make OutputIndex() a void methodNicolas Pena
2018-09-21Remove unreachable code in CPDF_DIBBase.Lei Zhang
2018-09-21Validate more image values in CPDF_DIBBase.Lei Zhang
2018-09-20Validate some image data in CPDF_Image::InitJPEG().Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-19Use MaybeOwned in CPDF_StreamAcc.chromium/3557Lei Zhang
2018-09-19Consolidate raw data processing path in CPDF_StreamAcc.Lei Zhang
2018-09-19Initialize CPDF_ImageRenderer in the header.Lei Zhang
2018-09-19Encapsulate CPDF_ImageLoader.Lei Zhang
2018-09-19Validate decoder pipelines.Lei Zhang
2018-09-18Encode mark names when writing to file.Henrique Nakashima
2018-09-17Check for empty streams earlier in CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-09-17Extract duplicate code into GetShadingSteps().Lei Zhang
2018-09-17Remove CPDF_StreamAcc::m_pSrcData.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-17Encapsulate CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-09-14Add CPDF_Document::StockFontClearer.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-09-14Make ContentParam::m_Name be a ByteString.Tom Sepez
2018-09-13Reland "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Reland "Make things more const-y"chromium/3552Tom Sepez
2018-09-13Revert "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Revert "Make things more const-y"Tom Sepez
2018-09-13Make things more const-yRyan Harrison
2018-09-13Introduce FX_Number class as a replacement for FX_atonum().Tom Sepez
2018-09-12Optimize CPDF_CMapParserRyan Harrison
2018-09-12Set correct stream index when parsing is done in several steps.Henrique Nakashima
2018-09-11Do not copy data in DecodeAllScanlines().Lei Zhang
2018-09-11Make flate decode functions' buffer out parameter unique_ptrs.Lei Zhang
2018-09-11Make RunLengthDecode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-09-11Make HexDecode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-09-06Fix integer overflow in LoadCryptInfo.Henrique Nakashima
2018-09-04Fix some more span/memcpy interactions.Tom Sepez
2018-09-04Avoid CHECK in fpdf_parser_decode.cpp (memcpy empty span)Tom Sepez
2018-09-04Remove unneeded fpdf_parser_decode.h #includes.Lei Zhang
2018-08-31Simplify radial shading.Henrique Nakashima
2018-08-31Fix radial shading when start circle is a point in the center of end circle.Henrique Nakashima
2018-08-29Use pdfium::span<>/UnownedPtr in CFX_Font.Tom Sepez
2018-08-29Fix radial shading when center of start point is on the border of an end circle.Henrique Nakashima
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-29Remove FPDFAPI_ prefix from internal cid/encoder functionsTom Sepez
2018-08-28Use pdfium::span<> in more image modulesTom Sepez
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
2018-08-27Use pdfium::span<> in CCodec_RLScanlineDecoderTom Sepez