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.cpp31 memset(m_CharWidthL, 0, sizeof(m_CharWidthL)); in CPDF_Type3Font()
77 static constexpr size_t kCharLimit = FX_ArraySize(m_CharWidthL); in Load()
85 m_CharWidthL[StartChar + i] = in Load()
151 if (charcode >= FX_ArraySize(m_CharWidthL)) in GetCharWidthF()
154 if (m_CharWidthL[charcode]) in GetCharWidthF()
155 return m_CharWidthL[charcode]; in GetCharWidthF()
Dcpdf_type3font.h65 uint32_t m_CharWidthL[256]; variable