Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp356 bool IsContainPreChar = false; in GetTextByRect() local
361 if (fabs(posy - charinfo.m_Origin.y) > 0 && !IsContainPreChar && in GetTextByRect()
367 IsContainPreChar = true; in GetTextByRect()
372 if (IsContainPreChar && charinfo.m_Unicode) { in GetTextByRect()
374 IsContainPreChar = false; in GetTextByRect()
378 IsContainPreChar = false; in GetTextByRect()