Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp352 m_bType1 = (subtype == "CIDFontType0"); in Load()
357 bool bPromptCJK = m_pFontFile && m_bType1; in Load()
384 if (m_bType1) in Load()
712 if (m_bType1) in GlyphFromCharCode()
766 m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, in LoadSubstFont()
829 m_bType1 = false; in LoadGB2312()
Dcpdf_cidfont.h78 bool m_bType1; variable