Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp114 m_charList(512), in CPDF_TextPage()
150 m_charList.RemoveAll(); in ParseTextPage()
156 int nCount = m_charList.GetSize(); in ParseTextPage()
163 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)m_charList.GetAt(i); in ParseTextPage()
203 return m_charList.GetSize(); in CountChars()
249 if (nCount + start > m_charList.GetSize() || nCount == -1) { in GetRectArray()
250 nCount = m_charList.GetSize() - start; in GetRectArray()
253 info_curchar = *(PAGECHAR_INFO*)m_charList.GetAt(curPos++); in GetRectArray()
330 while (pos < m_charList.GetSize()) { in GetIndexAtPos()
331 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)(m_charList.GetAt(pos)); in GetIndexAtPos()
[all …]
Dtext_int.h95 const PAGECHAR_InfoArray* GetCharList() const { return &m_charList; } in GetCharList()
137 PAGECHAR_InfoArray m_charList; variable