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.cpp354 m_bType1 = (subtype == "CIDFontType0"); in Load()
385 if (m_bType1) in Load()
706 if (m_bType1) in GlyphFromCharCode()
758 m_Font.LoadSubst(m_BaseFontName, !m_bType1, m_Flags, in LoadSubstFont()
Dcpdf_cidfont.h82 bool m_bType1 = false; variable