Home
last modified time | relevance | path

Searched refs:cmapid (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp209 const PredefinedCMap* GetPredefinedCMap(ByteStringView cmapid) { in GetPredefinedCMap() argument
210 if (cmapid.GetLength() > 2) in GetPredefinedCMap()
211 cmapid = cmapid.First(cmapid.GetLength() - 2); in GetPredefinedCMap()
213 if (cmapid == map.m_pName) in GetPredefinedCMap()