Searched defs:_cmsPipeline_struct (Results 1 – 1 of 1) sorted by relevance
935 struct _cmsPipeline_struct { struct937 cmsStage* Elements; // Points to elements chain938 cmsUInt32Number InputChannels, OutputChannels;941 void *Data;943 _cmsPipelineEval16Fn Eval16Fn;944 _cmsPipelineEvalFloatFn EvalFloatFn;945 _cmsFreeUserDataFn FreeDataFn;946 _cmsDupUserDataFn DupDataFn;948 cmsContext ContextID; // Environment950 cmsBool SaveAs8Bits; // Implementation-specific: save as 8 bits if possible