Searched defs:_cmsPipeline_struct (Results 1 – 1 of 1) sorted by relevance
837 struct _cmsPipeline_struct { struct839 cmsStage* Elements; // Points to elements chain840 cmsUInt32Number InputChannels, OutputChannels;843 void *Data;845 _cmsOPTeval16Fn Eval16Fn;846 _cmsPipelineEvalFloatFn EvalFloatFn;847 _cmsFreeUserDataFn FreeDataFn;848 _cmsDupUserDataFn DupDataFn;850 cmsContext ContextID; // Environment852 cmsBool SaveAs8Bits; // Implementation-specific: save as 8 bits if possible