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()
128 , m_charList(512) in CPDF_TextPage()
141 : m_charList(512), in CPDF_TextPage()
189 m_charList.RemoveAll(); in ParseTextPage()
195 int nCount = m_charList.GetSize(); in ParseTextPage()
202 PAGECHAR_INFO charinfo = *(PAGECHAR_INFO*)m_charList.GetAt(i); in ParseTextPage()
243 return m_charList.GetSize(); in CountChars()
288 if (nCount + start > m_charList.GetSize() || nCount == -1) { in GetRectArray()
289 nCount = m_charList.GetSize() - start; in GetRectArray()
292 info_curchar = *(PAGECHAR_INFO*)m_charList.GetAt(curPos++); in GetRectArray()
[all …]
Dtext_int.h92 return &m_charList; in GetCharList()
128 PAGECHAR_InfoArray m_charList; variable