Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp695 if ((m_Flags & PDFFONT_SYMBOLIC) && m_BaseFont == "Symbol") { in LoadPDFEncoding()
899 if (!(m_Flags & PDFFONT_SYMBOLIC)) { in LoadCommon()
967 m_Flags = m_Base14Font >= 12 ? PDFFONT_SYMBOLIC : PDFFONT_NONSYMBOLIC; in _Load()
1150 if (m_Flags & PDFFONT_SYMBOLIC) { in LoadGlyphMap()
1260 if (m_Flags & PDFFONT_SYMBOLIC) { in LoadGlyphMap()
1406 (m_Flags & PDFFONT_SYMBOLIC)) { in LoadGlyphMap()
Dfpdf_font_cid.cpp1468 if (m_Flags & PDFFONT_SYMBOLIC) { in GlyphFromCharCode()
1484 if (unicode == 0 && !(m_Flags & PDFFONT_SYMBOLIC)) { in GlyphFromCharCode()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp295 flags |= PDFFONT_SYMBOLIC; in AddWindowsFont()
632 flags |= PDFFONT_SYMBOLIC; in AddMacFont()
863 flags |= PDFFONT_SYMBOLIC; in AddFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h91 #define PDFFONT_SYMBOLIC 4 macro