Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h31 #define FPDF_ANNOT_HIGHLIGHT 9 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp65 FPDF_ANNOT_HIGHLIGHT,
278 subtype == FPDF_ANNOT_HIGHLIGHT || subtype == FPDF_ANNOT_INK || in FPDFAnnot_IsSupportedSubtype()
639 return subtype == FPDF_ANNOT_LINK || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_HasAttachmentPoints()
Dfpdf_annot_embeddertest.cpp124 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
425 ASSERT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot)); in TEST_F()
542 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
1435 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc50 if (subtype == FPDF_ANNOT_HIGHLIGHT) in AnnotSubtypeToCString()