Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp490 m_SelRects = GetRectArray(start, nCount); in CountRects()
491 return pdfium::CollectionSize<int>(m_SelRects); in CountRects()
502 if (rectIndex < 0 || rectIndex >= pdfium::CollectionSize<int>(m_SelRects)) in GetRect()
505 left = m_SelRects[rectIndex].left; in GetRect()
506 top = m_SelRects[rectIndex].top; in GetRect()
507 right = m_SelRects[rectIndex].right; in GetRect()
508 bottom = m_SelRects[rectIndex].bottom; in GetRect()
Dcpdf_textpage.h174 std::vector<CFX_FloatRect> m_SelRects; variable