Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h38 #define FPDF_ANNOT_SOUND 18 macro
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp78 static_assert(static_cast<int>(CPDF_Annot::Subtype::SOUND) == FPDF_ANNOT_SOUND,
/external/pdfium/samples/
Dpdfium_test.cc264 if (subtype == FPDF_ANNOT_SOUND) in AnnotSubtypeToCString()