Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h38 #define FPDF_ANNOT_POPUP 16 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp82 static_assert(static_cast<int>(CPDF_Annot::Subtype::POPUP) == FPDF_ANNOT_POPUP,
279 subtype == FPDF_ANNOT_POPUP || subtype == FPDF_ANNOT_SQUARE || in FPDFAnnot_IsSupportedSubtype()
Dfpdf_annot_embeddertest.cpp1446 EXPECT_EQ(FPDF_ANNOT_POPUP, FPDFAnnot_GetSubtype(popup.get())); in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc64 if (subtype == FPDF_ANNOT_POPUP) in AnnotSubtypeToCString()