Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp912 m_bType1 = FALSE; in _Load()
914 m_bType1 = TRUE; in _Load()
919 m_pFontFile && m_bType1); in _Load()
943 if (m_bType1) { in _Load()
1291 if (m_bType1) { in GlyphFromCharCode()
1349 …m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, m_StemV * 5, m_ItalicAngle, g_CharsetCPs[m_Charse… in LoadSubstFont()
1407 m_bType1 = FALSE; in LoadGB2312()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h514 return !m_bType1; in IsTrueType()
545 FX_BOOL m_bType1; variable