Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h33 #define FPDF_ANNOT_SQUIGGLY 11 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp71 FPDF_ANNOT_SQUIGGLY,
280 subtype == FPDF_ANNOT_SQUIGGLY || subtype == FPDF_ANNOT_STAMP || in FPDFAnnot_IsSupportedSubtype()
640 subtype == FPDF_ANNOT_UNDERLINE || subtype == FPDF_ANNOT_SQUIGGLY || in FPDFAnnot_HasAttachmentPoints()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc54 if (subtype == FPDF_ANNOT_SQUIGGLY) in AnnotSubtypeToCString()