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.cpp74 if (m_bUseFontWidth) { in LoadCharMetrics()
94 if (m_bUseFontWidth) { in LoadCharMetrics()
109 m_bUseFontWidth = !width_array; in LoadCharWidths()
266 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()
309 return !m_bUseFontWidth; in HasFontWidths()
Dcpdf_simplefont.h51 bool m_bUseFontWidth = false; variable