Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h26 #define FPDF_ANNOT_CIRCLE 6 macro
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp47 FPDF_ANNOT_CIRCLE,
202 return subtype == FPDF_ANNOT_CIRCLE || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_IsSupportedSubtype()
/external/pdfium/samples/
Dpdfium_test.cc240 if (subtype == FPDF_ANNOT_CIRCLE) in AnnotSubtypeToCString()