Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.h26 std::vector<CFX_FloatRect> GetRects(size_t index) const;
Dcpdf_linkextract.cpp304 std::vector<CFX_FloatRect> CPDF_LinkExtract::GetRects(size_t index) const { in GetRects() function in CPDF_LinkExtract
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp536 return pdfium::CollectionSize<int>(pageLink->GetRects(link_index)); in FPDFLink_CountRects()
550 std::vector<CFX_FloatRect> rectArray = pageLink->GetRects(link_index); in FPDFLink_GetRect()