Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_INK (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp47 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()
Dfpdf_annot.cpp80 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()
Dfpdf_annot_embeddertest.cpp214 EXPECT_EQ(FPDF_ANNOT_INK, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h37 #define FPDF_ANNOT_INK 15 macro
/external/pdfium/samples/
Dpdfium_test_write_helper.cc62 if (subtype == FPDF_ANNOT_INK) in AnnotSubtypeToCString()