Searched refs:GridPoints (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsgmt.c | 463 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()
|
D | cmstypes.c | 2342 cmsUInt32Number GridPoints[cmsMAXCHANNELS], i; in ReadCLUT() local 2354 GridPoints[i] = gridPoints8[i]; in ReadCLUT() 2363 …CLUT = cmsStageAllocCLut16bitGranular(self ->ContextID, GridPoints, InputChannels, OutputChannels,… in ReadCLUT() 4321 cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; in Type_MPEclut_Read() local 4338 GridPoints[i] = (cmsUInt32Number)Dimensions8[i]; in Type_MPEclut_Read() 4342 … mpe = cmsStageAllocCLutFloatGranular(self ->ContextID, GridPoints, InputChans, OutputChans, NULL); in Type_MPEclut_Read()
|