HomeSort by relevance Sort by last modified time
    Searched refs:FPDF_ANNOT_LINK (Results 1 - 3 of 3) sorted by null

  /external/pdfium/public/
fpdf_annot.h 22 #define FPDF_ANNOT_LINK 2
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 36 static_assert(static_cast<int>(CPDF_Annot::Subtype::LINK) == FPDF_ANNOT_LINK,
577 return subtype == FPDF_ANNOT_LINK || subtype == FPDF_ANNOT_HIGHLIGHT ||
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 232 if (subtype == FPDF_ANNOT_LINK)
    [all...]

Completed in 58 milliseconds