Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmserr.c311 _cmsLogErrorChunkType _cmsLogErrorChunk = { DefaultLogErrorHandlerFunction };
318 static _cmsLogErrorChunkType LogErrorChunk = { DefaultLogErrorHandlerFunction }; in _cmsAllocLogErrorChunk()
328 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); in _cmsAllocLogErrorChunk()
346_cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSetLogErrorHandlerTHR()
369 _cmsLogErrorChunkType* lhg; in cmsSignalError()
377 lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSignalError()
Dlcms2_internal.h472 } _cmsLogErrorChunkType; typedef
475 extern _cmsLogErrorChunkType _cmsLogErrorChunk;