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

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp837 m_pCharNames = NULL;
842 if (m_pCharNames) {
843 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256);
983 LoadPDFEncoding(pEncoding, m_BaseEncoding, m_pCharNames, m_pFontFile != NULL, m_Font.IsTTFont());
985 if (m_pCharNames) {
986 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256);
987 m_pCharNames = NULL;
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, charcod
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h375 CFX_ByteString* m_pCharNames; member in class:CPDF_SimpleFont

Completed in 1568 milliseconds