Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp297 flags |= PDFFONT_NONSYMBOLIC; in AddWindowsFont()
301 flags |= PDFFONT_NONSYMBOLIC; in AddWindowsFont()
346 flags |= PDFFONT_NONSYMBOLIC; in AddWindowsFont()
634 flags |= PDFFONT_NONSYMBOLIC; in AddMacFont()
638 flags |= PDFFONT_NONSYMBOLIC; in AddMacFont()
686 flags |= PDFFONT_NONSYMBOLIC; in AddMacFont()
865 flags |= PDFFONT_NONSYMBOLIC; in AddFont()
874 flags |= PDFFONT_NONSYMBOLIC; in AddFont()
916 flags |= PDFFONT_NONSYMBOLIC; in AddFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp197 m_Flags = pFontDesc->GetInteger("Flags", PDFFONT_NONSYMBOLIC); in LoadFontDescriptor()
967 m_Flags = m_Base14Font >= 12 ? PDFFONT_SYMBOLIC : PDFFONT_NONSYMBOLIC; in _Load()
977 } else if (m_Flags & PDFFONT_NONSYMBOLIC) { in _Load()
1429 (m_Flags & PDFFONT_NONSYMBOLIC)) { in LoadGlyphMap()
1449 if (m_Flags & PDFFONT_NONSYMBOLIC) { in LoadGlyphMap()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h93 #define PDFFONT_NONSYMBOLIC 32 macro