summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_cmap.cpp
AgeCommit message (Expand)Author
2018-08-09Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.chromium/3518Lei Zhang
2018-07-02Comment some raw pointers that cant become UnownedPtr<>.Tom Sepez
2018-06-26Use unowned ptr in CPDF_CmapTom Sepez
2018-04-12Bounds check in CPDF_CMap::GetNextChar.Tom Sepez
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-03-28Use ByteStringView in parsersDan Sinclair
2017-11-02Simplify some CMap code.Lei Zhang
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena