Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmserr.c346 void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandlerTHR()
360 void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandler()
Dlcms2_internal.h522 cmsLogErrorHandlerFunction LogErrorHandler; // Set to NULL for Context0 fallback
/external/pdfium/third_party/lcms/include/
Dlcms2.h1074 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const… typedef
1077 CMSAPI void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn);
1078 … CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn);
/external/ImageMagick/MagickCore/
Dprofile.c390 cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandlerTHR()