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.cpp68 if (m_bUseFontWidth) { in LoadCharMetrics()
88 if (m_bUseFontWidth) { in LoadCharMetrics()
195 m_bUseFontWidth = !pWidthArray; in LoadCommon()
251 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()
293 return !m_bUseFontWidth; in HasFontWidths()
Dcpdf_simplefont.h45 bool m_bUseFontWidth; variable