Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp62 FPDF_ANNOT_SQUIGGLY,
204 subtype == FPDF_ANNOT_SQUARE || subtype == FPDF_ANNOT_SQUIGGLY || in FPDFAnnot_IsSupportedSubtype()
578 subtype == FPDF_ANNOT_UNDERLINE || subtype == FPDF_ANNOT_SQUIGGLY || in FPDFAnnot_HasAttachmentPoints()
/external/pdfium/public/
Dfpdf_annot.h31 #define FPDF_ANNOT_SQUIGGLY 11 macro
/external/pdfium/samples/
Dpdfium_test.cc250 if (subtype == FPDF_ANNOT_SQUIGGLY) in AnnotSubtypeToCString()