Searched refs:cmsPipelineAlloc (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsvirt.c312 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
429 LUT = cmsPipelineAlloc(ContextID, 4, 4);
491 LUT = cmsPipelineAlloc(ContextID, 3, 3);
538 LUT = cmsPipelineAlloc(ContextID, 3, 3);
584 LUT = cmsPipelineAlloc(ContextID, 3, 3);
766 Pipeline = cmsPipelineAlloc(ContextID, 3, 3);
844 LUT = cmsPipelineAlloc(ContextID, 1, 1);
H A Dcmsio1.c165 Lut = cmsPipelineAlloc(ContextID, 1, 3);
241 Lut = cmsPipelineAlloc(ContextID, 3, 3);
329 Lut = cmsPipelineAlloc(ContextID, 0, 0);
427 Lut = cmsPipelineAlloc(ContextID, 3, 1);
494 Lut = cmsPipelineAlloc(ContextID, 3, 3);
722 Lut = cmsPipelineAlloc(ContextID, 0, 0);
H A Dcmscnvrt.c541 Result = cmsPipelineAlloc(ContextID, 0, 0);
743 Result = cmsPipelineAlloc(ContextID, 4, 4);
934 Result = cmsPipelineAlloc(ContextID, 4, 4);
H A Dcmsgmt.c387 Gamut = cmsPipelineAlloc(ContextID, 3, 1);
H A Dcmsopt.c586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
1048 OptimizedLUT = cmsPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut ->OutputChannels);
1289 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
1582 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
H A Dcmslut.c1330 cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels) function
1421 NewLUT = cmsPipelineAlloc(lut ->ContextID, lut ->InputChannels, lut ->OutputChannels);
H A Dcmstypes.c1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
2052 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
2484 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan);
2801 NewLUT = cmsPipelineAlloc(self ->ContextID, inputChan, outputChan);
4421 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChans, OutputChans);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1184 CMSAPI cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels);

Completed in 172 milliseconds