Searched refs:FPDF_ANNOT_STAMP (Results 1 – 4 of 4) sorted by relevance
67 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()
562 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()
33 #define FPDF_ANNOT_STAMP 13 macro
254 if (subtype == FPDF_ANNOT_STAMP) in AnnotSubtypeToCString()