Home
last modified time | relevance | path

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

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