Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp358 WideString strText; in GetTextByRect() local
364 if (!strText.IsEmpty()) in GetTextByRect()
365 strText += L"\r\n"; in GetTextByRect()
370 strText += charinfo.m_Unicode; in GetTextByRect()
373 strText += charinfo.m_Unicode; in GetTextByRect()
382 return strText; in GetTextByRect()