Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdftext.cpp274 pageLink->GetRects(link_index, rectArray); in FPDFLink_CountRects()
288 pageLink->GetRects(link_index, rectArray); in FPDFLink_GetRect()
/external/pdfium/xfa/src/fdp/include/
Dfde_psr.h89 virtual FX_BOOL GetRects(FDE_HVISUALOBJ hWidget,
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h181 virtual void GetRects(int index, CFX_RectArray& rects) const = 0;
/external/pdfium/core/src/fpdftext/
Dtext_int.h222 void GetRects(int index, CFX_RectArray& rects) const override;
Dfpdf_text_int.cpp2717 void CPDF_LinkExtract::GetRects(int index, CFX_RectArray& rects) const { in GetRects() function in CPDF_LinkExtract