Searched refs:nAnnotSubtype (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dfpdf_ext.cpp50 CPDF_Annot::Subtype nAnnotSubtype = pPDFAnnot->GetSubtype(); local
51 if (nAnnotSubtype == CPDF_Annot::Subtype::THREED) {
53 } else if (nAnnotSubtype == CPDF_Annot::Subtype::SCREEN) {
60 } else if (nAnnotSubtype == CPDF_Annot::Subtype::MOVIE) {
62 } else if (nAnnotSubtype == CPDF_Annot::Subtype::SOUND) {
64 } else if (nAnnotSubtype == CPDF_Annot::Subtype::RICHMEDIA) {
66 } else if (nAnnotSubtype == CPDF_Annot::Subtype::FILEATTACHMENT) {
68 } else if (nAnnotSubtype == CPDF_Annot::Subtype::WIDGET) {
H A Dcba_annotiterator.h24 CPDF_Annot::Subtype nAnnotSubtype);
H A Dcpdfsdk_annothandlermgr.cpp83 CPDF_Annot::Subtype nAnnotSubtype) const {
84 if (nAnnotSubtype == CPDF_Annot::Subtype::WIDGET)
88 if (nAnnotSubtype == CPDF_Annot::Subtype::XFAWIDGET)
H A Dcba_annotiterator.cpp32 CPDF_Annot::Subtype nAnnotSubtype)
35 m_nAnnotSubtype(nAnnotSubtype) {
31 CBA_AnnotIterator(CPDFSDK_PageView* pPageView, CPDF_Annot::Subtype nAnnotSubtype) argument

Completed in 1114 milliseconds