Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h32 #define FPDF_ANNOT_UNDERLINE 10 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp68 FPDF_ANNOT_UNDERLINE,
282 subtype == FPDF_ANNOT_UNDERLINE; in FPDFAnnot_IsSupportedSubtype()
640 subtype == FPDF_ANNOT_UNDERLINE || subtype == FPDF_ANNOT_SQUIGGLY || in FPDFAnnot_HasAttachmentPoints()
Dfpdf_annot_embeddertest.cpp375 FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE)); in TEST_F()
401 EXPECT_EQ(FPDF_ANNOT_UNDERLINE, FPDFAnnot_GetSubtype(new_annot.get())); in TEST_F()
Dfpdf_edit_embeddertest.cpp2647 FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE)); in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc52 if (subtype == FPDF_ANNOT_UNDERLINE) in AnnotSubtypeToCString()