Searched refs:GetAdobeCharName (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp923 FX_LPCSTR GetAdobeCharName(int iBaseEncoding, const CFX_ByteString* pCharNames, int charcode) function
1182 FX_LPCSTR name = GetAdobeCharName(m_BaseEncoding, m_pCharNames, charcode);
1225 FX_LPCSTR name = GetAdobeCharName(m_BaseEncoding, m_pCharNames, charcode);
1262 FX_LPCSTR name = GetAdobeCharName(m_BaseEncoding, m_pCharNames, charcode);
1307 FX_LPCSTR name = GetAdobeCharName(m_BaseEncoding, m_pCharNames, charcode);
1340 FX_LPCSTR name = GetAdobeCharName(m_BaseEncoding, m_pCharNames, charcode);
1490 FX_LPCSTR name = GetAdobeCharName(baseEncoding, m_pCharNames, charcode);
1555 FX_LPCSTR name = GetAdobeCharName(baseEncoding, m_pCharNames, charcode);
1587 FX_LPCSTR name = GetAdobeCharName(0, m_pCharNames, charcode);
1694 FX_LPCSTR name = GetAdobeCharName(m_BaseEncodin
[all...]
H A Dfpdf_font_cid.cpp19 extern FX_LPCSTR GetAdobeCharName(int iBaseEncoding, const CFX_ByteString* pCharNames, int charcode);
1339 FX_LPCSTR name = GetAdobeCharName(iBaseEncoding, NULL, charcode);

Completed in 51 milliseconds