Lines Matching defs:ContextID

62 cmsPipeline* _cmsLinkProfiles(cmsContext     ContextID,
75 cmsPipeline* DefaultICCintents(cmsContext ContextID,
88 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
101 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID,
193 cmsIntentsList* SearchIntent(cmsContext ContextID, cmsUInt32Number Intent)
195 _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin);
476 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
482 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
484 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID)))
499 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)))
502 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)))
509 if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)) ||
510 !cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl, off_as_dbl)) ||
511 !cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID)))
552 cmsPipeline* DefaultICCintents(cmsContext ContextID,
573 Result = cmsPipelineAlloc(ContextID, 0, 0);
611 cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "ColorSpace mismatch");
674 cmsStage* clip = _cmsStageClipNegatives(Result->ContextID, cmsChannelsOf(ColorSpaceOut));
696 cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID,
704 return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
761 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
786 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
791 Result = cmsPipelineAlloc(ContextID, 4, 4);
795 bp.cmyk2cmyk = DefaultICCintents(ContextID,
806 bp.KTone = _cmsBuildKToneCurve(ContextID,
822 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
953 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID,
979 return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFlags);
982 Result = cmsPipelineAlloc(ContextID, 4, 4);
999 bp.cmyk2cmyk = DefaultICCintents(ContextID,
1009 bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, nProfiles,
1018 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL);
1019 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
1026 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1],
1041 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
1066 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
1079 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles);
1106 Intent = SearchIntent(ContextID, TheIntents[0]);
1108 cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported intent '%d'", TheIntents[0]);
1113 return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags);
1121 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1123 _cmsIntentsPluginChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin);