Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1599 FXSYS_memset(m_CharWidthL, 0, sizeof(m_CharWidthL)); in CPDF_Type3Font()
1635 m_CharWidthL[StartChar + i] = in _Load()
1715 if (charcode >= FX_ArraySize(m_CharWidthL)) in GetCharWidthF()
1718 if (m_CharWidthL[charcode]) in GetCharWidthF()
1719 return m_CharWidthL[charcode]; in GetCharWidthF()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h408 int m_CharWidthL[256]; variable