Searched refs:m_charList (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp73 m_charList(512),
86 , m_charList(512)
100 m_charList(512),
146 m_charList.RemoveAll();
152 int nCount = m_charList.GetSize();
159 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)m_charList.GetAt(i);
204 return m_charList.GetSize();
249 if (nCount + start > m_charList.GetSize() || nCount == -1) {
250 nCount = m_charList.GetSize() - start;
253 info_curchar = *(PAGECHAR_INFO*)m_charList
[all...]
H A Dtext_int.h91 return &m_charList;
122 PAGECHAR_InfoArray m_charList; member in class:CPDF_TextPage

Completed in 73 milliseconds