Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp65 FPDF_ANNOT_STRIKEOUT,
205 subtype == FPDF_ANNOT_STAMP || subtype == FPDF_ANNOT_STRIKEOUT || in FPDFAnnot_IsSupportedSubtype()
579 subtype == FPDF_ANNOT_STRIKEOUT; in FPDFAnnot_HasAttachmentPoints()
/external/pdfium/public/
Dfpdf_annot.h32 #define FPDF_ANNOT_STRIKEOUT 12 macro
/external/pdfium/samples/
Dpdfium_test.cc252 if (subtype == FPDF_ANNOT_STRIKEOUT) in AnnotSubtypeToCString()