Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp434 const std::vector<CFX_ByteString>& charnames, in GetAdobeCharName() argument
441 if (!charnames.empty() && !charnames[charcode].IsEmpty()) in GetAdobeCharName()
442 return charnames[charcode].c_str(); in GetAdobeCharName()
Dcpdf_font.h100 const std::vector<CFX_ByteString>& charnames,