HomeSort by relevance Sort by last modified time
    Searched refs:m_Base14Font (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.h 23 int GetBase14Font() const { return m_Base14Font; }
37 int m_Base14Font;
cpdf_type1font.cpp 66 CPDF_Type1Font::CPDF_Type1Font() : m_Base14Font(-1) {}
81 m_Base14Font = PDF_GetStandardFontName(&m_BaseFont);
82 if (m_Base14Font >= 0) {
87 m_Flags = m_Base14Font >= 12 ? FXFONT_SYMBOLIC : FXFONT_NONSYMBOLIC;
89 if (m_Base14Font < 4) {
93 if (m_Base14Font == 12)
95 else if (m_Base14Font == 13)
133 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) {

Completed in 45 milliseconds