Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp395 bool IsContainPreChar = false; in GetTextByPredicate() local
400 if (fabs(posy - charinfo.m_Origin.y) > 0 && !IsContainPreChar && in GetTextByPredicate()
406 IsContainPreChar = true; in GetTextByPredicate()
411 if (IsContainPreChar) { in GetTextByPredicate()
413 IsContainPreChar = false; in GetTextByPredicate()
417 IsContainPreChar = false; in GetTextByPredicate()