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

  /external/pdfium/public/
fpdf_annot.h 462 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetFlags(FPDF_ANNOTATION annot);
  /external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp 635 int flags = FPDFAnnot_GetFlags(annot);
642 flags = FPDFAnnot_GetFlags(annot);
653 EXPECT_FALSE(FPDFAnnot_GetFlags(annot));
656 flags = FPDFAnnot_GetFlags(annot);
    [all...]
fpdfview_c_api_test.c 68 CHK(FPDFAnnot_GetFlags);
fpdfannot.cpp 834 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetFlags(FPDF_ANNOTATION annot) {
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 365 AnnotFlagsToString(FPDFAnnot_GetFlags(annot)).c_str());
    [all...]

Completed in 244 milliseconds