Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp351 bool IsContainPreChar = false; in GetTextByRect() local
356 if (FXSYS_fabs(posy - charinfo.m_Origin.y) > 0 && !IsContainPreChar && in GetTextByRect()
362 IsContainPreChar = true; in GetTextByRect()
367 if (IsContainPreChar && charinfo.m_Unicode) { in GetTextByRect()
369 IsContainPreChar = false; in GetTextByRect()
373 IsContainPreChar = false; in GetTextByRect()