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

  /external/pdfium/public/
fpdf_annot.h 167 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page,
  /external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp 448 EXPECT_FALSE(FPDFPage_RemoveAnnot(page, 4));
449 EXPECT_FALSE(FPDFPage_RemoveAnnot(page, -1));
453 EXPECT_TRUE(FPDFPage_RemoveAnnot(page, 1));
811 EXPECT_TRUE(FPDFPage_RemoveAnnot(page, 2));
    [all...]
fpdfview_c_api_test.c 46 CHK(FPDFPage_RemoveAnnot);
fpdfannot.cpp 284 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page,
    [all...]

Completed in 1517 milliseconds