Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c534 …_cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSetLogErrorHandlerTHR() local
536 if (lhg != NULL) { in cmsSetLogErrorHandlerTHR()
539 lhg -> LogErrorHandler = DefaultLogErrorHandlerFunction; in cmsSetLogErrorHandlerTHR()
541 lhg -> LogErrorHandler = Fn; in cmsSetLogErrorHandlerTHR()
557 _cmsLogErrorChunkType* lhg; in cmsSignalError() local
565 lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSignalError()
566 if (lhg ->LogErrorHandler) { in cmsSignalError()
567 lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer); in cmsSignalError()