summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_sampledfunc.cpp
AgeCommit message (Expand)Author
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-07-03Use std::vector<float> in CPDF_Function.Tom Sepez
2018-05-23Remove GetBits32().Lei Zhang
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-04-27Do validation earlier in CPDF_SampledFunc::v_Init(). (try 2)Lei Zhang
2018-04-23Validate the Size dictionary entry in CPDF_SampledFunc.Lei Zhang
2018-04-23Fix some nits in CPDF_SampledFunc().Lei Zhang
2018-04-20Revert "Do validation earlier in CPDF_SampledFunc::v_Init()."Lei Zhang
2018-04-19Do validation earlier in CPDF_SampledFunc::v_Init().Lei Zhang
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-04-17Fix nits in CPDF_Function and derived classes.Lei Zhang
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-05-25Break apart the pageint.h file.Dan Sinclair