Home
last modified time | relevance | path

Searched refs:nMaxGrids (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/
D0018-backport-c0a98d86.patch43 nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? MAX_INPUT_DIMENSIONS : InputChans;
44 - for (i=0; i < nMaxGrids; i++) GridPoints[i] = (cmsUInt32Number) Dimensions8[i];
46 + for (i = 0; i < nMaxGrids; i++) {
/external/pdfium/third_party/lcms/src/
Dcmstypes.c4308 cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; in Type_MPEclut_Read() local
4321 nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? MAX_INPUT_DIMENSIONS : InputChans; in Type_MPEclut_Read()
4323 for (i = 0; i < nMaxGrids; i++) { in Type_MPEclut_Read()