Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h107 FPDFAnnot_IsSupportedSubtype(FPDF_ANNOTATION_SUBTYPE subtype);
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp200 FPDFAnnot_IsSupportedSubtype(FPDF_ANNOTATION_SUBTYPE subtype) { in FPDFAnnot_IsSupportedSubtype() function
212 if (!pPage || !FPDFAnnot_IsSupportedSubtype(subtype)) in FPDFPage_CreateAnnot()
Dfpdfview_c_api_test.c40 CHK(FPDFAnnot_IsSupportedSubtype); in CheckPDFiumCApi()