Searched refs:m_CharWidthL (Results 1 – 2 of 2) sorted by relevance
27 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()
50 int m_CharWidthL[256]; variable