Searched refs:cmsPipelineAlloc (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0022-check-LUT-and-MPE.patch | 50 @@ -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);
|
D | 0025-upstream-direct-leak-Type_MPE_Read.patch | 6 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans);
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 165 Lut = cmsPipelineAlloc(ContextID, 1, 3); in BuildGrayInputMatrixPipeline() 241 Lut = cmsPipelineAlloc(ContextID, 3, 3); in BuildRGBInputMatrixShaper() 329 Lut = cmsPipelineAlloc(ContextID, 0, 0); in _cmsReadInputLUT() 430 Lut = cmsPipelineAlloc(ContextID, 3, 1); in BuildGrayOutputPipeline() 497 Lut = cmsPipelineAlloc(ContextID, 3, 3); in BuildRGBOutputMatrixShaper() 734 Lut = cmsPipelineAlloc(ContextID, 0, 0); in _cmsReadDevicelinkLUT()
|
D | cmsvirt.c | 312 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() 773 Pipeline = cmsPipelineAlloc(ContextID, 3, 3); in cmsCreateBCHSWabstractProfileTHR() 851 LUT = cmsPipelineAlloc(ContextID, 1, 1); in cmsCreateNULLProfileTHR()
|
D | cmscnvrt.c | 544 Result = cmsPipelineAlloc(ContextID, 0, 0); in DefaultICCintents() 762 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKOnlyIntents() 953 Result = cmsPipelineAlloc(ContextID, 4, 4); in BlackPreservingKPlaneIntents()
|
D | cmsopt.c | 668 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByResampling() 1148 …OptimizedLUT = cmsPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut … in OptimizeByComputingLinearization() 1389 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByJoiningCurves() 1734 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeMatrixShaper()
|
D | cmsgmt.c | 387 Gamut = cmsPipelineAlloc(ContextID, 3, 1); in _cmsCreateGamutCheckPipeline()
|
D | cmslut.c | 1364 cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUIn… in cmsPipelineAlloc() function 1460 NewLUT = cmsPipelineAlloc(lut ->ContextID, lut ->InputChannels, lut ->OutputChannels); in cmsPipelineDup()
|
D | cmstypes.c | 1770 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT8_Read() 2063 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT16_Read() 2501 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); in Type_LUTA2B_Read() 2821 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan); in Type_LUTB2A_Read() 4470 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans); in Type_MPE_Read()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1189 CMSAPI cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChan…
|