Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h24 #define FPDF_ANNOT_LINK 2 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp45 static_assert(static_cast<int>(CPDF_Annot::Subtype::LINK) == FPDF_ANNOT_LINK,
639 return subtype == FPDF_ANNOT_LINK || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_HasAttachmentPoints()
Dfpdf_text_embeddertest.cpp754 if (FPDFAnnot_GetSubtype(annot.get()) == FPDF_ANNOT_LINK) { in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc36 if (subtype == FPDF_ANNOT_LINK) in AnnotSubtypeToCString()