Searched defs:clutPoints (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c567 const cmsUInt32Number clutPoints[],
576 _cmsAssert(clutPoints != NULL);
596 NewElem -> nEntries = n = outputChan * CubeSize(clutPoints, inputChan);
617 NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.T, CMS_LERP_FLAGS_16BITS);
662 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) argument
668 _cmsAssert(clutPoints != NULL);
689 NewElem -> nEntries = n = outputChan * CubeSize(clutPoints, inputChan);
710 NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.TFloat, CMS_LERP_FLAGS_FLOAT);
887 cmsBool CMSEXPORT cmsSliceSpace16(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], argument
895 nTotalPoints = CubeSize(clutPoints, nInput
566 cmsStageAllocCLut16bitGranular(cmsContext ContextID, const cmsUInt32Number clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsUInt16Number* Table) argument
917 cmsSliceSpaceFloat(cmsUInt32Number nInputs, const cmsUInt32Number clutPoints[], cmsSAMPLERFLOAT Sampler, void * Cargo) argument
[all...]
H A Dcmstypes.c1864 int clutPoints; local
1897 clutPoints = 0;
1899 clutPoints = clut->Params->nSamples[0];
1903 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE;
1936 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels);
2162 int InputChannels, OutputChannels, clutPoints; local
2198 clutPoints = 0;
2200 clutPoints = clut->Params->nSamples[0];
2204 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) clutPoints)) return FALSE;
2253 nTabSize = uipow(OutputChannels, clutPoints, InputChannel
[all...]

Completed in 82 milliseconds