Searched refs:m_charList (Results 1 – 2 of 2) sorted by relevance
114 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 …]
95 const PAGECHAR_InfoArray* GetCharList() const { return &m_charList; } in GetCharList()137 PAGECHAR_InfoArray m_charList; variable