HomeSort by relevance Sort by last modified time
    Searched refs:_cmsLogErrorChunkType (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmserr.c 499 _cmsLogErrorChunkType _cmsLogErrorChunk = { DefaultLogErrorHandlerFunction };
506 static _cmsLogErrorChunkType LogErrorChunk = { DefaultLogErrorHandlerFunction };
516 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType));
534 _cmsLogErrorChunkType* lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger);
557 _cmsLogErrorChunkType* lhg;
565 lhg = (_cmsLogErrorChunkType*) _cmsContextGetClientChunk(ContextID, Logger);
lcms2_internal.h 459 } _cmsLogErrorChunkType;
462 extern _cmsLogErrorChunkType _cmsLogErrorChunk;
    [all...]

Completed in 432 milliseconds