Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_POPUP (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h36 #define FPDF_ANNOT_POPUP 16 macro
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp73 static_assert(static_cast<int>(CPDF_Annot::Subtype::POPUP) == FPDF_ANNOT_POPUP,
203 subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_POPUP || in FPDFAnnot_IsSupportedSubtype()
Dfpdfannot_embeddertest.cpp1090 EXPECT_EQ(FPDF_ANNOT_POPUP, FPDFAnnot_GetSubtype(popup)); in TEST_F()
/external/pdfium/samples/
Dpdfium_test.cc260 if (subtype == FPDF_ANNOT_POPUP) in AnnotSubtypeToCString()