summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_colorspace.cpp
AgeCommit message (Expand)Author
2017-12-22Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302Lei Zhang
2017-12-21Fix various nits in color code.Lei Zhang
2017-12-15Validate base color space of Indexed color spaces.chromium/3296Henrique Nakashima
2017-12-14Add restrictions to alternate color spaces.chromium/3295Henrique Nakashima
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-11-03Remove C-style casts in cpdf_colorspace.cpp.Lei Zhang
2017-11-03The component count in CPDF_IndexedCS should be unsigned.Lei Zhang
2017-10-17Fix loading mutually referencing colorspaces.chromium/3243Henrique Nakashima
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-07-12Remove unused methods from CPDF_ColorSpaceNicolas Pena
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-21Move colorspace specific code to colorspace classDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-17Bring CPDF_ICCBasedCS closer to PDF spec.Lei Zhang
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2016-11-23Add CFX_MaybeOwned<> template.tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-08Cleanup CPDF_DeviceCS and friends.chromium/2914thestig
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-11Rename fpdf_page_doc.cpp -> cpdf_docpagedata.htsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair