Home | History | Annotate | Download | only in src

Lines Matching refs:_cmsContext_struct

431 struct _cmsContext_struct {
433 struct _cmsContext_struct* Next; // Points to next context in the new style
444 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
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,
502 const struct _cmsContext_struct* src);
515 void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx,
516 const struct _cmsContext_struct* src);
529 void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx,
530 const struct _cmsContext_struct* src);
543 _cmsContext_struct* ctx,
544 const struct _cmsContext_struct* src);
562 void _cmsAllocTagTypePluginChunk(struct _cmsContext_struct* ctx,
563 const struct _cmsContext_struct* src);
565 void _cmsAllocMPETypePluginChunk(struct _cmsContext_struct* ctx,
566 const struct _cmsContext_struct* src);
579 void _cmsAllocTagPluginChunk(struct _cmsContext_struct* ctx,
580 const struct _cmsContext_struct* src);
594 void _cmsAllocIntentsPluginChunk(struct _cmsContext_struct* ctx,
595 const struct _cmsContext_struct* src);
609 void _cmsAllocOptimizationPluginChunk(struct _cmsContext_struct* ctx,
610 const struct _cmsContext_struct* src);
623 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx,
624 const struct _cmsContext_struct* src);
640 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx,
641 const struct _cmsContext_struct* src);