Searched refs:FPDF_ANNOT_STAMP (Results 1 – 4 of 4) sorted by relevance
35 #define FPDF_ANNOT_STAMP 13 macro
76 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()
808 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()
58 if (subtype == FPDF_ANNOT_STAMP) in AnnotSubtypeToCString()