Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h35 #define FPDF_ANNOT_STAMP 13 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp76 static_assert(static_cast<int>(CPDF_Annot::Subtype::STAMP) == FPDF_ANNOT_STAMP,
280 subtype == FPDF_ANNOT_SQUIGGLY || subtype == FPDF_ANNOT_STAMP || in FPDFAnnot_IsSupportedSubtype()
393 return subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_STAMP; in FPDFAnnot_IsObjectSupportedSubtype()
Dfpdf_annot_embeddertest.cpp808 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F()
959 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F()
1047 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F()
1736 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F()
1741 EXPECT_EQ(FPDF_ANNOT_STAMP, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc58 if (subtype == FPDF_ANNOT_STAMP) in AnnotSubtypeToCString()