Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmserr.c499 _cmsLogErrorChunkType _cmsLogErrorChunk = { DefaultLogErrorHandlerFunction };
506 static _cmsLogErrorChunkType LogErrorChunk = { DefaultLogErrorHandlerFunction }; in _cmsAllocLogErrorChunk()
516 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); in _cmsAllocLogErrorChunk()
534_cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSetLogErrorHandlerTHR()
557 _cmsLogErrorChunkType* lhg; in cmsSignalError()
565 lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger); in cmsSignalError()
Dlcms2_internal.h459 } _cmsLogErrorChunkType; typedef
462 extern _cmsLogErrorChunkType _cmsLogErrorChunk;