Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp50 if (m_bUseFontWidth) { in LoadCharMetrics()
70 if (m_bUseFontWidth) { in LoadCharMetrics()
112 m_bUseFontWidth = !pWidthArray; in LoadCommon()
169 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()
217 return !m_bUseFontWidth; in HasFontWidths()
Dcpdf_simplefont.h48 bool m_bUseFontWidth; variable