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.cpp1025 m_Base14Font = -1; in CPDF_Type1Font()
1029 m_Base14Font = _PDF_GetStandardFontName(m_BaseFont); in _Load()
1030 if (m_Base14Font >= 0) { in _Load()
1035 m_Flags = m_Base14Font >= 12 ? PDFFONT_SYMBOLIC : PDFFONT_NONSYMBOLIC; in _Load()
1037 if (m_Base14Font < 4) in _Load()
1041 if (m_Base14Font == 12) { in _Load()
1043 } else if (m_Base14Font == 13) { in _Load()
1129 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h412 return m_Base14Font; in GetBase14Font()
418 int m_Base14Font; variable