Home
last modified time | relevance | path

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

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/include/
H A Dpsautohint.h91 typedef void (*AC_REPORTFUNCPTR)(char* msg, int level); typedef
93 ACLIB_API void AC_SetReportCB(AC_REPORTFUNCPTR reportCB);
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dlogging.h32 extern AC_REPORTFUNCPTR gLibReportCB;
H A Dlogging.c14 AC_REPORTFUNCPTR gLibReportCB = NULL;
H A Dpsautohint.c28 AC_SetReportCB(AC_REPORTFUNCPTR reportCB) in AC_SetReportCB()