Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmserr.c435 _cmsMutexPluginChunkType _cmsMutexPluginChunk = { defMtxCreate, defMtxDestroy, defMtxLock, defMtxUn…
441 …static _cmsMutexPluginChunkType MutexChunk = {defMtxCreate, defMtxDestroy, defMtxLock, defMtxUnloc… in _cmsAllocMutexPluginChunk()
451 … ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType)); in _cmsAllocMutexPluginChunk()
458_cmsMutexPluginChunkType* ctx = ( _cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, … in _cmsRegisterMutexPlugin()
487_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsCreateMutex()
496_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsDestroyMutex()
506_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsLockMutex()
515_cmsMutexPluginChunkType* ptr = (_cmsMutexPluginChunkType*) _cmsContextGetClientChunk(ContextID, M… in _cmsUnlockMutex()
Dlcms2_internal.h699 } _cmsMutexPluginChunkType; typedef
702 extern _cmsMutexPluginChunkType _cmsMutexPluginChunk;