Searched refs:cmsStageAllocCLut16bit (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmscnvrt.c | 794 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); in BlackPreservingKOnlyIntents() 1013 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL); in BlackPreservingKPlaneIntents()
|
D | cmsgmt.c | 390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL); in _cmsCreateGamutCheckPipeline()
|
D | cmsopt.c | 734 …CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChanne… in OptimizeByResampling() 1200 …OptimizedCLUTmpe = cmsStageAllocCLut16bit(OriginalLut ->ContextID, nGridPoints, OriginalLut ->Inpu… in OptimizeByComputingLinearization()
|
D | cmsvirt.c | 435 CLUT = cmsStageAllocCLut16bit(ContextID, 17, nChannels, nChannels, NULL); in cmsCreateInkLimitingDeviceLinkTHR()
|
D | cmslut.c | 610 cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, in cmsStageAllocCLut16bit() function
|
D | cmstypes.c | 1831 …if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints… in Type_LUT8_Read() 2119 …if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints… in Type_LUT16_Read()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1234 CMSAPI cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, cmsUInt32Number nGr…
|