summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2018-05-01Avoid perpetual spins for parserless CPDF_PagesTom Sepez
2018-05-01Introduce the concept of CPDF_Page::ExtensionTom Sepez
2018-04-27Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2)Lei Zhang
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-23Validate the Size dictionary entry in CPDF_SampledFunc.Lei Zhang
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-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-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-17Fix nits in CPDF_Function and derived classes.Lei Zhang
2018-04-16Remove non-const CPDF_PageObjectHolder::GetPageObjectList().Henrique Nakashima
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-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-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-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-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-04-03Off-by-one in CPDF_StreamParser::ParseNextElement()Tom Sepez
2018-03-28Use ByteStringView in parsersDan Sinclair