Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h99 FPDFAnnot_IsSupportedSubtype(FPDF_ANNOTATION_SUBTYPE subtype);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c69 CHK(FPDFAnnot_IsSupportedSubtype); in CheckPDFiumCApi()
Dfpdf_annot.cpp275 FPDFAnnot_IsSupportedSubtype(FPDF_ANNOTATION_SUBTYPE subtype) { in FPDFAnnot_IsSupportedSubtype() function
288 if (!pPage || !FPDFAnnot_IsSupportedSubtype(subtype)) in FPDFPage_CreateAnnot()