Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_MOVIE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h39 #define FPDF_ANNOT_MOVIE 19 macro
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp80 static_assert(static_cast<int>(CPDF_Annot::Subtype::MOVIE) == FPDF_ANNOT_MOVIE,
/external/pdfium/samples/
Dpdfium_test.cc266 if (subtype == FPDF_ANNOT_MOVIE) in AnnotSubtypeToCString()