Searched refs:FPDF_ANNOT_STAMP (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/public/
H A Dfpdf_annot.h33 #define FPDF_ANNOT_STAMP 13 macro
/external/pdfium/fpdfsdk/
H A Dfpdfannot.cpp67 static_assert(static_cast<int>(CPDF_Annot::Subtype::STAMP) == FPDF_ANNOT_STAMP, member in namespace:__anon17869
205 subtype == FPDF_ANNOT_STAMP || subtype == FPDF_ANNOT_STRIKEOUT ||
315 return subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_STAMP;
H A Dfpdfannot_embeddertest.cpp562 annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP);
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP);
765 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP);
/external/pdfium/samples/
H A Dpdfium_test.cc254 if (subtype == FPDF_ANNOT_STAMP)

Completed in 816 milliseconds