Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h22 #define FPDF_ANNOT_LINK 2 macro
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp36 static_assert(static_cast<int>(CPDF_Annot::Subtype::LINK) == FPDF_ANNOT_LINK,
577 return subtype == FPDF_ANNOT_LINK || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_HasAttachmentPoints()
/external/pdfium/samples/
Dpdfium_test.cc232 if (subtype == FPDF_ANNOT_LINK) in AnnotSubtypeToCString()