Searched refs:FPDF_ANNOT_FLAG_INVISIBLE (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/public/ | ||
D | fpdf_annot.h | 51 #define FPDF_ANNOT_FLAG_INVISIBLE (1 << 0) macro |
/external/pdfium/samples/ | ||
D | pdfium_test.cc | 296 if (flags & FPDF_ANNOT_FLAG_INVISIBLE) in AnnotFlagsToString() |