Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.h98 bool IsParsed() const { return m_bIsParsed; } in IsParsed()
177 bool m_bIsParsed; variable
Dcpdf_textpage.cpp141 m_bIsParsed(false), in CPDF_TextPage()
168 m_bIsParsed = false; in ParseTextPage()
174 m_bIsParsed = true; in ParseTextPage()
239 if (start < 0 || nCount == 0 || !m_bIsParsed) in GetRectArray()
312 if (!m_bIsParsed) in GetIndexAtPos()
352 if (!m_bIsParsed) in GetTextByRect()
386 if (!m_bIsParsed || !pdfium::IndexInBounds(m_CharList, index)) in GetCharInfo()
440 if (start < 0 || start >= CountChars() || count <= 0 || !m_bIsParsed || in GetPageText()
463 if (!m_bIsParsed || start < 0) in CountRects()
475 if (!m_bIsParsed || !pdfium::IndexInBounds(m_SelRects, rectIndex)) in GetRect()