Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dlcms2_internal.h431 struct _cmsContext_struct { struct
433 struct _cmsContext_struct* Next; // Points to next context in the new style argument
444 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID); argument
465 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
466 const struct _cmsContext_struct* src);
479 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
480 const struct _cmsContext_struct* src);
493 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
494 const struct _cmsContext_struct* src);
501 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx,
[all …]
Dcmsplugin.c521 struct _cmsContext_struct* ctx = _cmsGetContext(ContextID); in _cmsPluginMalloc()
630 static struct _cmsContext_struct globalContext = {
658 static struct _cmsContext_struct* _cmsContextPoolHead = NULL;
661 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
663 struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID; in _cmsGetContext()
664 struct _cmsContext_struct* ctx; in _cmsGetContext()
689 struct _cmsContext_struct* ctx; in _cmsContextGetClientChunk()
758 struct _cmsContext_struct* ctx; in cmsCreateContext()
759 struct _cmsContext_struct fakeContext; in cmsCreateContext()
767 ctx = (struct _cmsContext_struct*) _cmsMalloc(&fakeContext, sizeof(struct _cmsContext_struct)); in cmsCreateContext()
[all …]
Dcmserr.c178 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
231 struct _cmsContext_struct* ctx = ( struct _cmsContext_struct*) ContextID;
310 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) in _cmsAllocMemPluginChunk()
503 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx, in _cmsAllocLogErrorChunk()
504 const struct _cmsContext_struct* src) in _cmsAllocLogErrorChunk()
624 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMutexPluginChunk()
625 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()
474 void DupPluginTransformList(struct _cmsContext_struct* ctx, in DupPluginTransformList()
475 const struct _cmsContext_struct* src) in DupPluginTransformList()
506 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTransformPluginChunk()
507 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.c1650 void DupPluginOptimizationList(struct _cmsContext_struct* ctx, in DupPluginOptimizationList()
1651 const struct _cmsContext_struct* src) in DupPluginOptimizationList()
1685 void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocOptimizationPluginChunk()
1686 const struct _cmsContext_struct* src) in _cmsAllocOptimizationPluginChunk()
Dcmstypes.c5271 void DupTagTypeList(struct _cmsContext_struct* ctx, in DupTagTypeList()
5272 const struct _cmsContext_struct* src, in DupTagTypeList()
5305 void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagTypePluginChunk()
5306 const struct _cmsContext_struct* src) in _cmsAllocTagTypePluginChunk()
5319 void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMPETypePluginChunk()
5320 const struct _cmsContext_struct* src) in _cmsAllocMPETypePluginChunk()
5473 void DupTagList(struct _cmsContext_struct* ctx, in DupTagList()
5474 const struct _cmsContext_struct* src) in DupTagList()
5505 void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagPluginChunk()
5506 const struct _cmsContext_struct* src) in _cmsAllocTagPluginChunk()
Dcmspack.c3231 void DupFormatterFactoryList(struct _cmsContext_struct* ctx, in DupFormatterFactoryList()
3232 const struct _cmsContext_struct* src) in DupFormatterFactoryList()
3266 void _cmsAllocFormattersPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocFormattersPluginChunk()
3267 const struct _cmsContext_struct* src) in _cmsAllocFormattersPluginChunk()
Dcmsintrp.c39 void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* sr… in _cmsAllocInterpPluginChunk()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1016 typedef struct _cmsContext_struct* cmsContext;