Home
last modified time | relevance | path

Searched refs:FPDFLink_CountQuadPoints (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_doc.h301 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountQuadPoints(FPDF_LINK link_annot);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c125 CHK(FPDFLink_CountQuadPoints); in CheckPDFiumCApi()
Dfpdf_doc.cpp372 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountQuadPoints(FPDF_LINK link_annot) { in FPDFLink_CountQuadPoints() function
Dfpdf_text_embeddertest.cpp781 int quad_point_count = FPDFLink_CountQuadPoints(link_annot); in TEST_F()