HomeSort by relevance Sort by last modified time
    Searched refs:FPDFLink_CountRects (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdftext_embeddertest.cpp 326 EXPECT_EQ(1, FPDFLink_CountRects(pagelink, 0));
327 EXPECT_EQ(1, FPDFLink_CountRects(pagelink, 1));
330 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, -1));
331 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, 2));
332 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, 10000));
fpdfview_c_api_test.c 182 CHK(FPDFLink_CountRects);
fpdftext.cpp 268 DLLEXPORT int STDCALL FPDFLink_CountRects(FPDF_PAGELINK link_page,
  /external/pdfium/public/
fpdf_text.h 367 // Function: FPDFLink_CountRects
375 DLLEXPORT int STDCALL FPDFLink_CountRects(FPDF_PAGELINK link_page,

Completed in 214 milliseconds