Lines Matching refs:CMSEXPORT

31 cmsStage* CMSEXPORT _cmsStageAllocPlaceholder(cmsContext ContextID,  in _cmsStageAllocPlaceholder()
70 cmsStage* CMSEXPORT cmsStageAllocIdentity(cmsContext ContextID, cmsUInt32Number nChannels) in cmsStageAllocIdentity()
110 cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...) in cmsPipelineCheckAndRetreiveStages()
248 cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsTon… in cmsStageAllocToneCurves()
379 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Numbe… in cmsStageAllocMatrix()
550 cmsStage* CMSEXPORT cmsStageAllocCLut16bitGranular(cmsContext ContextID, in cmsStageAllocCLut16bitGranular()
610 cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, in cmsStageAllocCLut16bit()
627 cmsStage* CMSEXPORT cmsStageAllocCLutFloat(cmsContext ContextID, in cmsStageAllocCLutFloat()
645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clut… in cmsStageAllocCLutFloatGranular()
750 cmsBool CMSEXPORT cmsStageSampleCLut16bit(cmsStage* mpe, cmsSAMPLER16 Sampler, void * Cargo, cmsUIn… in cmsStageSampleCLut16bit()
812 cmsBool CMSEXPORT cmsStageSampleCLutFloat(cmsStage* mpe, cmsSAMPLERFLOAT Sampler, void * Cargo, cms… in cmsStageSampleCLutFloat()
871 cmsBool CMSEXPORT cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], in cmsSliceSpace16()
901 cmsInt32Number CMSEXPORT cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoin… in cmsSliceSpaceFloat()
1199 void CMSEXPORT cmsStageFree(cmsStage* mpe) in cmsStageFree()
1208 cmsUInt32Number CMSEXPORT cmsStageInputChannels(const cmsStage* mpe) in cmsStageInputChannels()
1213 cmsUInt32Number CMSEXPORT cmsStageOutputChannels(const cmsStage* mpe) in cmsStageOutputChannels()
1218 cmsStageSignature CMSEXPORT cmsStageType(const cmsStage* mpe) in cmsStageType()
1223 void* CMSEXPORT cmsStageData(const cmsStage* mpe) in cmsStageData()
1228 cmsStage* CMSEXPORT cmsStageNext(const cmsStage* mpe) in cmsStageNext()
1235 cmsStage* CMSEXPORT cmsStageDup(cmsStage* mpe) in cmsStageDup()
1364 cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUIn… in cmsPipelineAlloc()
1395 cmsContext CMSEXPORT cmsGetPipelineContextID(const cmsPipeline* lut) in cmsGetPipelineContextID()
1401 cmsUInt32Number CMSEXPORT cmsPipelineInputChannels(const cmsPipeline* lut) in cmsPipelineInputChannels()
1407 cmsUInt32Number CMSEXPORT cmsPipelineOutputChannels(const cmsPipeline* lut) in cmsPipelineOutputChannels()
1414 void CMSEXPORT cmsPipelineFree(cmsPipeline* lut) in cmsPipelineFree()
1435 void CMSEXPORT cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipel… in cmsPipelineEval16()
1443 void CMSEXPORT cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsP… in cmsPipelineEvalFloat()
1452 cmsPipeline* CMSEXPORT cmsPipelineDup(const cmsPipeline* lut) in cmsPipelineDup()
1507 int CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage* mpe) in cmsPipelineInsertStage()
1543 void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage** mpe) in cmsPipelineUnlinkStage()
1600 cmsBool CMSEXPORT cmsPipelineCat(cmsPipeline* l1, const cmsPipeline* l2) in cmsPipelineCat()
1625 cmsBool CMSEXPORT cmsPipelineSetSaveAs8bitsFlag(cmsPipeline* lut, cmsBool On) in cmsPipelineSetSaveAs8bitsFlag()
1634 cmsStage* CMSEXPORT cmsPipelineGetPtrToFirstStage(const cmsPipeline* lut) in cmsPipelineGetPtrToFirstStage()
1639 cmsStage* CMSEXPORT cmsPipelineGetPtrToLastStage(const cmsPipeline* lut) in cmsPipelineGetPtrToLastStage()
1649 cmsUInt32Number CMSEXPORT cmsPipelineStageCount(const cmsPipeline* lut) in cmsPipelineStageCount()
1662 void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, in _cmsPipelineSetOptimizationParameters()
1741 cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[], in cmsPipelineEvalReverseFloat()