Home
last modified time | relevance | path

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

/external/pdfium/public/cpp/
Dfpdf_deleters.h48 inline void operator()(FPDF_FONT font) { FPDFFont_Close(font); } in operator()
/external/pdfium/public/
Dfpdf_edit.h750 FPDF_EXPORT void FPDF_CALLCONV FPDFFont_Close(FPDF_FONT font);
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c177 CHK(FPDFFont_Close); in CheckPDFiumCApi()
Dfpdfedittext.cpp471 FPDF_EXPORT void FPDF_CALLCONV FPDFFont_Close(FPDF_FONT font) { in FPDFFont_Close() function