Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_STRIKEOUT (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h34 #define FPDF_ANNOT_STRIKEOUT 12 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp74 FPDF_ANNOT_STRIKEOUT,
281 subtype == FPDF_ANNOT_STRIKEOUT || subtype == FPDF_ANNOT_TEXT || in FPDFAnnot_IsSupportedSubtype()
641 subtype == FPDF_ANNOT_STRIKEOUT; in FPDFAnnot_HasAttachmentPoints()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc56 if (subtype == FPDF_ANNOT_STRIKEOUT) in AnnotSubtypeToCString()