Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_INK (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp71 static_assert(static_cast<int>(CPDF_Annot::Subtype::INK) == FPDF_ANNOT_INK,
203 subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_POPUP || in FPDFAnnot_IsSupportedSubtype()
315 return subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_STAMP; in FPDFAnnot_IsObjectSupportedSubtype()
Dfpdfannot_embeddertest.cpp135 EXPECT_EQ(FPDF_ANNOT_INK, FPDFAnnot_GetSubtype(annot)); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h35 #define FPDF_ANNOT_INK 15 macro
/external/pdfium/samples/
Dpdfium_test.cc258 if (subtype == FPDF_ANNOT_INK) in AnnotSubtypeToCString()