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.cpp1187 m_bType1 = (subtype == "CIDFontType0"); in _Load()
1195 ->m_CMapManager.GetPredefinedCMap(cmap, m_pFontFile && m_bType1); in _Load()
1224 if (m_bType1) { in _Load()
1574 if (m_bType1) { in GlyphFromCharCode()
1629 m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, m_StemV * 5, m_ItalicAngle, in LoadSubstFont()
1696 m_bType1 = FALSE; in LoadGB2312()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h451 FX_BOOL IsTrueType() const { return !m_bType1; } in IsTrueType()
470 FX_BOOL m_bType1; variable