Lines Matching defs:ContextID

33 cmsPipeline* _cmsLinkProfiles(cmsContext     ContextID,
46 cmsPipeline* DefaultICCintents(cmsContext ContextID,
59 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
72 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID,
164 cmsIntentsList* SearchIntent(cmsContext ContextID, cmsUInt32Number Intent)
166 _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin);
444 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
450 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
452 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID)))
467 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)))
470 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
477 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)) ||
478 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)) ||
479 !cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID)))
520 cmsPipeline* DefaultICCintents(cmsContext ContextID,
541 Result = cmsPipelineAlloc(ContextID, 0, 0);
579 cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "ColorSpace mismatch");
648 cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID,
656 return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
713 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
738 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
743 Result = cmsPipelineAlloc(ContextID, 4, 4);
747 bp.cmyk2cmyk = DefaultICCintents(ContextID,
758 bp.KTone = _cmsBuildKToneCurve(ContextID,
774 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
905 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID,
931 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
934 Result = cmsPipelineAlloc(ContextID, 4, 4);
951 bp.cmyk2cmyk = DefaultICCintents(ContextID,
961 bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, nProfiles,
970 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL);
971 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
978 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
993 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
1018 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
1031 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles);
1058 Intent = SearchIntent(ContextID, TheIntents[0]);
1060 cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported intent '%d'", TheIntents[0]);
1065 return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1075 _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin);