summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render/cpdf_docrenderdata.cpp
AgeCommit message (Expand)Author
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-05-09Mark numerious pointers as const.Lei Zhang
2017-10-04Make CPDF_TransferFunc members privateDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-04-03RefCount CPDF_Type3Cache all the time.chromium/3062Tom Sepez
2017-04-03RefCount CPDF_TransferFunc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2016-11-22Ensure CPDF_CountedObjects only made from owned references.tsepez
2016-11-21Continue splitting up render_intnpm
2016-11-17Move CPDF_DocRenderData from render_intnpm