aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_cmap.cpp
AgeCommit message (Expand)Author
2020-01-28Change various CMap code to take a ByteStringView.Lei Zhang
2020-01-28Rename Left() and Right() in {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename First() and Last() {Byte,Wide}String{,View} classesDaniel Hosseinian
2020-01-28Rename cmap_int.h to fpdf_cmaps.h.Lei Zhang
2019-09-07Simplify CPDF_CMap ctor.Lei Zhang
2019-08-20Make CPDF_CMap initialization slightly more efficient.Lei Zhang
2019-08-13Clean up some CPDF_CMap code.Lei Zhang
2019-08-13Do CPDF_CMap loading in the constructors.Lei Zhang
2019-08-12Remove |CPDF_CMap::m_PredefinedCMap|.Lei Zhang
2019-08-12Remove unused CPDF_CMapManager* parameters.Lei Zhang
2019-07-31Initialize CPDF_CMap members in the header.Lei Zhang
2019-06-03Make CPDF_FontGlobals a per-process singleton.Tom Sepez
2019-05-29Remove circular includes from core/fpdfapi/cmaps.Tom Sepez
2019-03-29Provide two versions of StringViewTemplate<>::span().Tom Sepez
2018-12-14Pass ByteStringView by valueTom Sepez
2018-08-29Remove FPDFAPI_ prefix from internal cid/encoder functionsTom Sepez
2018-08-23Remove bool bPromptCJK argument (several places)Tom Sepez
2018-08-09Change CPDF_Font::GetNextChar()'s in-out parameter to pass by pointer.Lei 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.Tom 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)Ryan 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