Home
last modified time | relevance | path

Searched refs:cmsPipelineAlloc (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/
D0016-check-LUT-and-MPE.patch50 @@ -1331,6 +1349,7 @@ cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number…
58 @@ -1348,7 +1367,11 @@ cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Numbe…
127 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
138 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
148 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan);
169 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans);
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio1.c165 Lut = cmsPipelineAlloc(ContextID, 1, 3); in BuildGrayInputMatrixPipeline()
241 Lut = cmsPipelineAlloc(ContextID, 3, 3); in BuildRGBInputMatrixShaper()
329 Lut = cmsPipelineAlloc(ContextID, 0, 0); in _cmsReadInputLUT()
427 Lut = cmsPipelineAlloc(ContextID, 3, 1); in BuildGrayOutputPipeline()
494 Lut = cmsPipelineAlloc(ContextID, 3, 3); in BuildRGBOutputMatrixShaper()
722 Lut = cmsPipelineAlloc(ContextID, 0, 0); in _cmsReadDevicelinkLUT()
Dcmsvirt.c312 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels); in cmsCreateLinearizationDeviceLinkTHR()
429 LUT = cmsPipelineAlloc(ContextID, 4, 4); in cmsCreateInkLimitingDeviceLinkTHR()
491 LUT = cmsPipelineAlloc(ContextID, 3, 3); in cmsCreateLab2ProfileTHR()
538 LUT = cmsPipelineAlloc(ContextID, 3, 3); in cmsCreateLab4ProfileTHR()
584 LUT = cmsPipelineAlloc(ContextID, 3, 3); in cmsCreateXYZProfileTHR()
766 Pipeline = cmsPipelineAlloc(ContextID, 3, 3); in cmsCreateBCHSWabstractProfileTHR()
844 LUT = cmsPipelineAlloc(ContextID, 1, 1); in cmsCreateNULLProfileTHR()
Dcmscnvrt.c541 Result = cmsPipelineAlloc(ContextID, 0, 0); in DefaultICCintents()
743 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKOnlyIntents()
934 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKPlaneIntents()
Dcmsopt.c586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByResampling()
1048 …OptimizedLUT = cmsPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut … in OptimizeByComputingLinearization()
1289 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByJoiningCurves()
1597 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeMatrixShaper()
Dcmsgmt.c387 Gamut = cmsPipelineAlloc(ContextID, 3, 1); in _cmsCreateGamutCheckPipeline()
Dcmslut.c1348 cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUIn… in cmsPipelineAlloc() function
1444 NewLUT = cmsPipelineAlloc(lut ->ContextID, lut ->InputChannels, lut ->OutputChannels); in cmsPipelineDup()
Dcmstypes.c1762 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT8_Read()
2055 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT16_Read()
2493 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); in Type_LUTA2B_Read()
2813 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); in Type_LUTB2A_Read()
4460 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans); in Type_MPE_Read()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1184 CMSAPI cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChan…