Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp958 m_Base14Font = -1; in CPDF_Type1Font()
961 m_Base14Font = PDF_GetStandardFontName(&m_BaseFont); in _Load()
962 if (m_Base14Font >= 0) { in _Load()
967 m_Flags = m_Base14Font >= 12 ? PDFFONT_SYMBOLIC : PDFFONT_NONSYMBOLIC; in _Load()
969 if (m_Base14Font < 4) in _Load()
973 if (m_Base14Font == 12) { in _Load()
975 } else if (m_Base14Font == 13) { in _Load()
1056 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h348 int GetBase14Font() { return m_Base14Font; } in GetBase14Font()
356 int m_Base14Font; variable