Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp59 FPDF_ANNOT_UNDERLINE,
206 subtype == FPDF_ANNOT_TEXT || subtype == FPDF_ANNOT_UNDERLINE; in FPDFAnnot_IsSupportedSubtype()
578 subtype == FPDF_ANNOT_UNDERLINE || subtype == FPDF_ANNOT_SQUIGGLY || in FPDFAnnot_HasAttachmentPoints()
Dfpdfannot_embeddertest.cpp278 annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F()
303 EXPECT_EQ(FPDF_ANNOT_UNDERLINE, FPDFAnnot_GetSubtype(new_annot)); in TEST_F()
Dfpdfedit_embeddertest.cpp932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h30 #define FPDF_ANNOT_UNDERLINE 10 macro
/external/pdfium/samples/
Dpdfium_test.cc248 if (subtype == FPDF_ANNOT_UNDERLINE) in AnnotSubtypeToCString()