Searched refs:FPDF_ANNOT_LINK (Results 1 – 3 of 3) sorted by relevance
22 #define FPDF_ANNOT_LINK 2 macro
36 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()
232 if (subtype == FPDF_ANNOT_LINK) in AnnotSubtypeToCString()