summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render/cpdf_type3cache.h
AgeCommit message (Expand)Author
2018-08-27The final game: mark everything final.Tom Sepez
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-04-21Return unique_ptr from CPDF_Type3Cache::RenderGlyph().Tom Sepez
2017-04-03Use unique_ptr in cpdf_type3cache.h.Tom Sepez
2017-04-03RefCount CPDF_Type3Cache all the time.chromium/3062Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair