Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h28 #define FPDF_ANNOT_CIRCLE 6 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp56 FPDF_ANNOT_CIRCLE,
277 return subtype == FPDF_ANNOT_CIRCLE || subtype == FPDF_ANNOT_FREETEXT || in FPDFAnnot_IsSupportedSubtype()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc44 if (subtype == FPDF_ANNOT_CIRCLE) in AnnotSubtypeToCString()