Searched refs:FPDF_ANNOT_INK (Results 1 – 5 of 5) sorted by relevance
47 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F()102 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F()
80 static_assert(static_cast<int>(CPDF_Annot::Subtype::INK) == FPDF_ANNOT_INK,278 subtype == FPDF_ANNOT_HIGHLIGHT || subtype == FPDF_ANNOT_INK || in FPDFAnnot_IsSupportedSubtype()393 return subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_STAMP; in FPDFAnnot_IsObjectSupportedSubtype()
214 EXPECT_EQ(FPDF_ANNOT_INK, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
37 #define FPDF_ANNOT_INK 15 macro
62 if (subtype == FPDF_ANNOT_INK) in AnnotSubtypeToCString()