Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp27 memset(m_CharWidthL, 0, sizeof(m_CharWidthL)); in CPDF_Type3Font()
64 static constexpr size_t kCharLimit = FX_ArraySize(m_CharWidthL); in Load()
72 m_CharWidthL[StartChar + i] = in Load()
133 if (charcode >= FX_ArraySize(m_CharWidthL)) in GetCharWidthF()
136 if (m_CharWidthL[charcode]) in GetCharWidthF()
137 return m_CharWidthL[charcode]; in GetCharWidthF()
Dcpdf_type3font.h50 int m_CharWidthL[256]; variable