Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h26 #define FPDF_ANNOT_LINE 4 macro
/external/pdfium/samples/
Dpdfium_test_write_helper.cc40 if (subtype == FPDF_ANNOT_LINE) in AnnotSubtypeToCString()
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp50 static_assert(static_cast<int>(CPDF_Annot::Subtype::LINE) == FPDF_ANNOT_LINE,