Home
last modified time | relevance | path

Searched refs:_cmsContext_struct (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h496 struct _cmsContext_struct { struct
498 struct _cmsContext_struct* Next; // Points to next context in the new style argument
509 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID); argument
530 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
531 const struct _cmsContext_struct* src);
544 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
545 const struct _cmsContext_struct* src);
558 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
559 const struct _cmsContext_struct* src);
566 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx,
[all …]
Dcmsplugin.c524 struct _cmsContext_struct* ctx = _cmsGetContext(ContextID); in _cmsPluginMalloc()
634 static struct _cmsContext_struct globalContext = {
662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL;
665 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
667 struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID; in _cmsGetContext()
668 struct _cmsContext_struct* ctx; in _cmsGetContext()
693 struct _cmsContext_struct* ctx; in _cmsContextGetClientChunk()
768 struct _cmsContext_struct* ctx; in cmsCreateContext()
769 struct _cmsContext_struct fakeContext; in cmsCreateContext()
801 ctx = (struct _cmsContext_struct*) _cmsMalloc(&fakeContext, sizeof(struct _cmsContext_struct)); in cmsCreateContext()
[all …]
Dcmserr.c125 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) in _cmsAllocMemPluginChunk()
317 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx, in _cmsAllocLogErrorChunk()
318 const struct _cmsContext_struct* src) in _cmsAllocLogErrorChunk()
438 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMutexPluginChunk()
439 const struct _cmsContext_struct* src) in _cmsAllocMutexPluginChunk()
Dcmsxform.c38 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx, in _cmsAllocAdaptationStateChunk()
39 const struct _cmsContext_struct* src) in _cmsAllocAdaptationStateChunk()
128 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx, in _cmsAllocAlarmCodesChunk()
129 const struct _cmsContext_struct* src) in _cmsAllocAlarmCodesChunk()
612 void DupPluginTransformList(struct _cmsContext_struct* ctx, in DupPluginTransformList()
613 const struct _cmsContext_struct* src) in DupPluginTransformList()
645 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTransformPluginChunk()
646 const struct _cmsContext_struct* src) in _cmsAllocTransformPluginChunk()
Dcmscnvrt.c115 void DupPluginIntentsList(struct _cmsContext_struct* ctx, in DupPluginIntentsList()
116 const struct _cmsContext_struct* src) in DupPluginIntentsList()
147 void _cmsAllocIntentsPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocIntentsPluginChunk()
148 const struct _cmsContext_struct* src) in _cmsAllocIntentsPluginChunk()
Dcmsgamma.c71 void DupPluginCurvesList(struct _cmsContext_struct* ctx, in DupPluginCurvesList()
72 const struct _cmsContext_struct* src) in DupPluginCurvesList()
106 void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocCurvesPluginChunk()
107 const struct _cmsContext_struct* src) in _cmsAllocCurvesPluginChunk()
Dcmsopt.c1847 void DupPluginOptimizationList(struct _cmsContext_struct* ctx, in DupPluginOptimizationList()
1848 const struct _cmsContext_struct* src) in DupPluginOptimizationList()
1882 void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocOptimizationPluginChunk()
1883 const struct _cmsContext_struct* src) in _cmsAllocOptimizationPluginChunk()
Dcmstypes.c5338 void DupTagTypeList(struct _cmsContext_struct* ctx, in DupTagTypeList()
5339 const struct _cmsContext_struct* src, in DupTagTypeList()
5372 void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagTypePluginChunk()
5373 const struct _cmsContext_struct* src) in _cmsAllocTagTypePluginChunk()
5386 void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMPETypePluginChunk()
5387 const struct _cmsContext_struct* src) in _cmsAllocMPETypePluginChunk()
5541 void DupTagList(struct _cmsContext_struct* ctx, in DupTagList()
5542 const struct _cmsContext_struct* src) in DupTagList()
5573 void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagPluginChunk()
5574 const struct _cmsContext_struct* src) in _cmsAllocTagPluginChunk()
Dcmspack.c3213 void DupFormatterFactoryList(struct _cmsContext_struct* ctx, in DupFormatterFactoryList()
3214 const struct _cmsContext_struct* src) in DupFormatterFactoryList()
3248 void _cmsAllocFormattersPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocFormattersPluginChunk()
3249 const struct _cmsContext_struct* src) in _cmsAllocFormattersPluginChunk()
Dcmsintrp.c46 void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* sr… in _cmsAllocInterpPluginChunk()
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch164 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
218 - struct _cmsContext_struct* ctx = ( struct _cmsContext_struct*) ContextID;
/external/pdfium/third_party/lcms/include/
Dlcms2.h1029 typedef struct _cmsContext_struct* cmsContext;