Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_FLAG_READONLY (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h59 #define FPDF_ANNOT_FLAG_READONLY (1 << 6) macro
/external/pdfium/samples/
Dpdfium_test_write_helper.cc112 if (flags & FPDF_ANNOT_FLAG_READONLY) in AnnotFlagsToString()