Searched defs:_cmsPipeline_struct (Results 1 – 1 of 1) sorted by relevance
904 struct _cmsPipeline_struct { struct906 cmsStage* Elements; // Points to elements chain907 cmsUInt32Number InputChannels, OutputChannels;910 void *Data;912 _cmsOPTeval16Fn Eval16Fn;913 _cmsPipelineEvalFloatFn EvalFloatFn;914 _cmsFreeUserDataFn FreeDataFn;915 _cmsDupUserDataFn DupDataFn;917 cmsContext ContextID; // Environment919 cmsBool SaveAs8Bits; // Implementation-specific: save as 8 bits if possible