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

  /external/pdfium/public/
fpdf_annot.h 50 #define FPDF_ANNOT_FLAG_NONE 0
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 836 return FPDF_ANNOT_FLAG_NONE;
840 return pAnnotDict ? pAnnotDict->GetIntegerFor("F") : FPDF_ANNOT_FLAG_NONE;
    [all...]
fpdfannot_embeddertest.cpp 652 EXPECT_TRUE(FPDFAnnot_SetFlags(annot, FPDF_ANNOT_FLAG_NONE));
    [all...]

Completed in 54 milliseconds