Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c532 void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandlerTHR()
546 void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandler()
Dlcms2_internal.h457 cmsLogErrorHandlerFunction LogErrorHandler; // Set to NULL for Context0 fallback
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1061 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const… typedef
1064 CMSAPI void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn);
1065 … CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn);