Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h51 #define FPDF_ANNOT_FLAG_INVISIBLE (1 << 0) macro
/external/pdfium/samples/
Dpdfium_test.cc296 if (flags & FPDF_ANNOT_FLAG_INVISIBLE) in AnnotFlagsToString()