summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2018-04-23Validate the Size dictionary entry in CPDF_SampledFunc.Lei Zhang
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-23Fix some nits in CPDF_SampledFunc().Lei Zhang
2018-04-20Add CPDF_PatternCS::GetPatternRGB(const PatternValue& value).chromium/3404chromium/3403chromium/3402Lei Zhang
2018-04-20Revert "Do validation earlier in CPDF_SampledFunc::v_Init()."Lei Zhang
2018-04-19Change SHADING_STEPS from a #define to a constant.Lei Zhang
2018-04-19Make CPDF_StitchFunc use more vectors.Lei Zhang
2018-04-19Do more validation in CPDF_StitchFunc::v_Init().Lei Zhang
2018-04-19Do a bit more validation in CPDF_ExpIntFunc::v_Init().Lei Zhang
2018-04-19Do validation earlier in CPDF_SampledFunc::v_Init().Lei Zhang
2018-04-19Validate the Range key in Functions.Lei Zhang
2018-04-18Fix integer overflow in shading drawing code.Lei Zhang
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-17Fix nits in CPDF_Function and derived classes.Lei Zhang
2018-04-16Remove non-const CPDF_PageObjectHolder::GetPageObjectList().Henrique Nakashima
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-16Fix some checks for FX_Realloc() failures.Lei Zhang
2018-04-16Consolidate Black/Whitepoint parsing code CPDF_ColorSpace.Lei Zhang
2018-04-16Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.hTom Sepez
2018-04-16Consolidate BlackPoint parsing code in CPDF_ColorSpace.Lei Zhang
2018-04-16Add Black/WhitePoint array constant in CPDF_ColorSpace.Lei Zhang
2018-04-16More CPDF_Colorspace cleanup.Lei Zhang
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-16Fix some nits in CPDF_ColorSpace.Lei Zhang
2018-04-16Fix a comment in CPDF_PatternCS.Lei Zhang
2018-04-13Fix integer overflow in CPDF_Font::FallbackFontFromCharcodeNicolas Pena
2018-04-13Add test for circular CPDF_Function::Load().Henrique Nakashima
2018-04-13Add CPDF_ColorState::SetPattern().Lei Zhang
2018-04-13Get rid of CPDF_Color::GetColorSpace().Lei Zhang
2018-04-13Rename the other CPDF_Color::SetValue() variant.Lei Zhang
2018-04-12Rename one CPDF_Color::SetValue() variant.Lei Zhang
2018-04-12Make some CPDF_StreamContentParser methods const.Lei Zhang
2018-04-12More CPDF_Color improvements.Lei Zhang
2018-04-12Slightly simplify CPDF_Color::SetColorSpace().Lei Zhang
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Make the input data to CPDF_ColorSpace::GetRGB() const.Lei Zhang
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-12Bounds check in CPDF_CMap::GetNextChar.Tom Sepez
2018-04-11Fix crash when ColorSpace references itself directly.Henrique Nakashima
2018-04-11Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream()Tom Sepez
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang