Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp56 FPDF_ANNOT_HIGHLIGHT,
202 return subtype == FPDF_ANNOT_CIRCLE || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_IsSupportedSubtype()
577 return subtype == FPDF_ANNOT_LINK || subtype == FPDF_ANNOT_HIGHLIGHT || in FPDFAnnot_HasAttachmentPoints()
Dfpdfannot_embeddertest.cpp59 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot)); in TEST_F()
346 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot)); in TEST_F()
1081 EXPECT_EQ(FPDF_ANNOT_HIGHLIGHT, FPDFAnnot_GetSubtype(annot)); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h29 #define FPDF_ANNOT_HIGHLIGHT 9 macro
/external/pdfium/samples/
Dpdfium_test.cc246 if (subtype == FPDF_ANNOT_HIGHLIGHT) in AnnotSubtypeToCString()