Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1402 int baseEncoding = m_BaseEncoding; in LoadGlyphMap() local
1404 (baseEncoding == PDFFONT_ENCODING_MACROMAN || in LoadGlyphMap()
1405 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
1418 if (baseEncoding == PDFFONT_ENCODING_WINANSI && !bSupportWin) { in LoadGlyphMap()
1419 baseEncoding = in LoadGlyphMap()
1421 } else if (baseEncoding == PDFFONT_ENCODING_MACROMAN && !bSupportMac) { in LoadGlyphMap()
1422 baseEncoding = in LoadGlyphMap()
1426 if (((baseEncoding == PDFFONT_ENCODING_MACROMAN || in LoadGlyphMap()
1427 baseEncoding == PDFFONT_ENCODING_WINANSI) && in LoadGlyphMap()
1460 GetAdobeCharName(baseEncoding, m_pCharNames, charcode); in LoadGlyphMap()
[all …]