• Home
  • Raw
  • Download

Lines Matching refs: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) in SearchIntent() argument
166 …ChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin); in SearchIntent()
448 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion()
454 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion()
456 … if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID))) in AddConversion()
471 … if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID))) in AddConversion()
474 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion()
481 … if (!cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocLab2XYZ(Result ->ContextID)) || in AddConversion()
482 …!cmsPipelineInsertStage(Result, cmsAT_END, cmsStageAllocMatrix(Result ->ContextID, 3, 3, m_as_dbl,… in AddConversion()
483 … !cmsPipelineInsertStage(Result, cmsAT_END, _cmsStageAllocXYZ2Lab(Result ->ContextID))) in AddConversion()
524 cmsPipeline* DefaultICCintents(cmsContext ContextID, in DefaultICCintents() argument
545 Result = cmsPipelineAlloc(ContextID, 0, 0); in DefaultICCintents()
583 cmsSignalError(ContextID, cmsERROR_COLORSPACE_CHECK, "ColorSpace mismatch"); in DefaultICCintents()
646 … cmsStage* clip = _cmsStageClipNegatives(Result->ContextID, cmsChannelsOf(ColorSpaceOut)); in DefaultICCintents()
668 cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID, in _cmsDefaultICCintents() argument
676 …return DefaultICCintents(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFla… in _cmsDefaultICCintents()
733 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID, in BlackPreservingKOnlyIntents() argument
758 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFla… in BlackPreservingKOnlyIntents()
763 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKOnlyIntents()
767 bp.cmyk2cmyk = DefaultICCintents(ContextID, in BlackPreservingKOnlyIntents()
778 bp.KTone = _cmsBuildKToneCurve(ContextID, in BlackPreservingKOnlyIntents()
794 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); in BlackPreservingKOnlyIntents()
925 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID, in BlackPreservingKPlaneIntents() argument
951 …return DefaultICCintents(ContextID, nProfiles, ICCIntents, hProfiles, BPC, AdaptationStates, dwFl… in BlackPreservingKPlaneIntents()
954 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKPlaneIntents()
971 bp.cmyk2cmyk = DefaultICCintents(ContextID, in BlackPreservingKPlaneIntents()
981 bp.KTone = _cmsBuildKToneCurve(ContextID, 4096, nProfiles, in BlackPreservingKPlaneIntents()
990 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); in BlackPreservingKPlaneIntents()
991 bp.hProofOutput = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
998 bp.cmyk2Lab = cmsCreateTransformTHR(ContextID, hProfiles[nProfiles-1], in BlackPreservingKPlaneIntents()
1013 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); in BlackPreservingKPlaneIntents()
1038 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID, in _cmsLinkProfiles() argument
1051 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't link '%d' profiles", nProfiles); in _cmsLinkProfiles()
1078 Intent = SearchIntent(ContextID, TheIntents[0]); in _cmsLinkProfiles()
1080 … cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported intent '%d'", TheIntents[0]); in _cmsLinkProfiles()
1085 … return Intent ->Link(ContextID, nProfiles, TheIntents, hProfiles, BPC, AdaptationStates, dwFlags); in _cmsLinkProfiles()
1093 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR() argument
1095 …ChunkType* ctx = ( _cmsIntentsPluginChunkType*) _cmsContextGetClientChunk(ContextID, IntentPlugin); in cmsGetSupportedIntentsTHR()