Searched refs:m_TextBuf (Results 1 – 2 of 2) sorted by relevance
123 m_TextBuf.EstimateSize(0, 10240); in CPDF_TextPage()137 m_TextBuf.EstimateSize(0, 10240); in CPDF_TextPage()150 m_TextBuf.EstimateSize(0, 10240); in CPDF_TextPage()188 m_TextBuf.Clear(); in ParseTextPage()241 return m_TextBuf.GetSize(); in CountChars()696 return m_TextBuf.GetWideString().Mid(start, m_TextBuf.GetWideString().GetLength()); in GetPageText()732 return m_TextBuf.GetWideString().Mid(startindex, nCount); in GetPageText()1145 m_TextBuf.AppendChar(str.GetAt(i)); in OnPiece()1151 m_TextBuf.AppendChar(str.GetAt(i)); in OnPiece()1161 Info.m_Index = m_TextBuf.GetLength(); in AddCharInfoByLRDirection()[all …]
129 CFX_WideTextBuf m_TextBuf; variable