Searched defs:_cmsPipeline_struct (Results 1 – 1 of 1) sorted by relevance
852 struct _cmsPipeline_struct { struct854 cmsStage* Elements; // Points to elements chain855 cmsUInt32Number InputChannels, OutputChannels;858 void *Data;860 _cmsOPTeval16Fn Eval16Fn;861 _cmsPipelineEvalFloatFn EvalFloatFn;862 _cmsFreeUserDataFn FreeDataFn;863 _cmsDupUserDataFn DupDataFn;865 cmsContext ContextID; // Environment867 cmsBool SaveAs8Bits; // Implementation-specific: save as 8 bits if possible