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.h444 struct _cmsContext_struct { struct
446 struct _cmsContext_struct* Next; // Points to next context in the new style argument
457 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID); argument
478 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
479 const struct _cmsContext_struct* src);
492 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
493 const struct _cmsContext_struct* src);
506 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
507 const struct _cmsContext_struct* src);
514 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx,
[all …]
Dcmsplugin.c510 struct _cmsContext_struct* ctx = _cmsGetContext(ContextID); in _cmsPluginMalloc()
620 static struct _cmsContext_struct globalContext = {
648 static struct _cmsContext_struct* _cmsContextPoolHead = NULL;
651 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
653 struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID; in _cmsGetContext()
654 struct _cmsContext_struct* ctx; in _cmsGetContext()
679 struct _cmsContext_struct* ctx; in _cmsContextGetClientChunk()
754 struct _cmsContext_struct* ctx; in cmsCreateContext()
755 struct _cmsContext_struct fakeContext; in cmsCreateContext()
763 ctx = (struct _cmsContext_struct*) _cmsMalloc(&fakeContext, sizeof(struct _cmsContext_struct)); in cmsCreateContext()
[all …]
Dcmserr.c123 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src) in _cmsAllocMemPluginChunk()
315 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx, in _cmsAllocLogErrorChunk()
316 const struct _cmsContext_struct* src) in _cmsAllocLogErrorChunk()
436 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMutexPluginChunk()
437 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()
604 void DupPluginTransformList(struct _cmsContext_struct* ctx, in DupPluginTransformList()
605 const struct _cmsContext_struct* src) in DupPluginTransformList()
637 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTransformPluginChunk()
638 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.c70 void DupPluginCurvesList(struct _cmsContext_struct* ctx, in DupPluginCurvesList()
71 const struct _cmsContext_struct* src) in DupPluginCurvesList()
105 void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocCurvesPluginChunk()
106 const struct _cmsContext_struct* src) in _cmsAllocCurvesPluginChunk()
Dcmsopt.c1806 void DupPluginOptimizationList(struct _cmsContext_struct* ctx, in DupPluginOptimizationList()
1807 const struct _cmsContext_struct* src) in DupPluginOptimizationList()
1841 void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocOptimizationPluginChunk()
1842 const struct _cmsContext_struct* src) in _cmsAllocOptimizationPluginChunk()
Dcmstypes.c5321 void DupTagTypeList(struct _cmsContext_struct* ctx, in DupTagTypeList()
5322 const struct _cmsContext_struct* src, in DupTagTypeList()
5355 void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagTypePluginChunk()
5356 const struct _cmsContext_struct* src) in _cmsAllocTagTypePluginChunk()
5369 void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocMPETypePluginChunk()
5370 const struct _cmsContext_struct* src) in _cmsAllocMPETypePluginChunk()
5524 void DupTagList(struct _cmsContext_struct* ctx, in DupTagList()
5525 const struct _cmsContext_struct* src) in DupTagList()
5556 void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocTagPluginChunk()
5557 const struct _cmsContext_struct* src) in _cmsAllocTagPluginChunk()
Dcmspack.c3215 void DupFormatterFactoryList(struct _cmsContext_struct* ctx, in DupFormatterFactoryList()
3216 const struct _cmsContext_struct* src) in DupFormatterFactoryList()
3250 void _cmsAllocFormattersPluginChunk(struct _cmsContext_struct* ctx, in _cmsAllocFormattersPluginChunk()
3251 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/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.h1021 typedef struct _cmsContext_struct* cmsContext;