Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmserr.c346 void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandlerTHR()
360 void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn) in cmsSetLogErrorHandler()
H A Dlcms2_internal.h541 cmsLogErrorHandlerFunction LogErrorHandler; // Set to NULL for Context0 fallback
/aosp_15_r20/external/pdfium/third_party/lcms/include/
H A Dlcms2.h1113 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const… typedef
1116 CMSAPI void CMSEXPORT cmsSetLogErrorHandler(cmsLogErrorHandlerFunction Fn);
1117 … CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandlerFunction Fn);