Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h25 #define FPDF_ANNOT_FREETEXT 3 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp48 FPDF_ANNOT_FREETEXT,
277 return subtype == FPDF_ANNOT_CIRCLE || subtype == FPDF_ANNOT_FREETEXT || in FPDFAnnot_IsSupportedSubtype()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc38 if (subtype == FPDF_ANNOT_FREETEXT) in AnnotSubtypeToCString()