Home
last modified time | relevance | path

Searched refs:GridPoints (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms/
D0018-backport-c0a98d86.patch44 - for (i=0; i < nMaxGrids; i++) GridPoints[i] = (cmsUInt32Number) Dimensions8[i];
48 + GridPoints[i] = (cmsUInt32Number)Dimensions8[i];
52 … mpe = cmsStageAllocCLutFloatGranular(self ->ContextID, GridPoints, InputChans, OutputChans, NULL);
/external/pdfium/third_party/lcms/src/
Dcmsgmt.c463 cmsUInt32Number GridPoints[MAX_INPUT_DIMENSIONS]; in cmsDetectTAC() local
491 GridPoints[0] = 6; in cmsDetectTAC()
492 GridPoints[1] = 74; in cmsDetectTAC()
493 GridPoints[2] = 74; in cmsDetectTAC()
496 if (!cmsSliceSpace16(3, GridPoints, EstimateTAC, &bp)) { in cmsDetectTAC()
Dcmstypes.c2331 cmsUInt32Number GridPoints[cmsMAXCHANNELS], i; in ReadCLUT() local
2343 GridPoints[i] = gridPoints8[i]; in ReadCLUT()
2352 …CLUT = cmsStageAllocCLut16bitGranular(self ->ContextID, GridPoints, InputChannels, OutputChannels,… in ReadCLUT()
4308 cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; in Type_MPEclut_Read() local
4325 GridPoints[i] = (cmsUInt32Number)Dimensions8[i]; in Type_MPEclut_Read()
4329 … mpe = cmsStageAllocCLutFloatGranular(self ->ContextID, GridPoints, InputChans, OutputChans, NULL); in Type_MPEclut_Read()