Searched refs:_cmsMutexPluginChunkType (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 621 _cmsMutexPluginChunkType _cmsMutexPluginChunk = { defMtxCreate, defMtxDestroy, defMtxLock, defMtxUn… 627 …static _cmsMutexPluginChunkType MutexChunk = {defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnloc… in _cmsAllocMutexPluginChunk() 637 … ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType)); in _cmsAllocMutexPluginChunk() 644 …_cmsMutexPluginChunkType* ctx = ( _cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, … in _cmsRegisterMutexPlugin() 673 …_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsCreateMutex() 682 …_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsDestroyMutex() 692 …_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsLockMutex() 701 …_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsUnlockMutex()
|
D | lcms2_internal.h | 634 } _cmsMutexPluginChunkType; typedef 637 extern _cmsMutexPluginChunkType _cmsMutexPluginChunk;
|