Searched defs:GetRectArray (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp123 void CRF_TextPage::GetRectArray(int start, int nCount, CFX_RectArray& rectArray) const function in class:CRF_TextPage
286 GetRectArray(start, nCount, m_rectArray);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp233 void CPDF_TextPage::GetRectArray(int start, int nCount, CFX_RectArray& rectArray) const function in class:CPDF_TextPage
714 GetRectArray(start, nCount, m_SelRects);
2380 m_pTextPage->GetRectArray(resStart, resEnd - resStart + 1, m_resArray);
2426 m_pTextPage->GetRectArray(order, MatchedCount, m_resArray);
2562 void CPDF_TextPageFind::GetRectArray(CFX_RectArray& rects) const function in class:CPDF_TextPageFind
2803 m_pTextPage->GetRectArray(link->m_Start, link->m_Count, rects);

Completed in 195 milliseconds