Searched refs:nPatches (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c123 int nSamples, nPatches; // Cols, Rows member in struct:_Table
1504 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1506 t-> Data = (char**)AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (char*));
1519 int nPatches = t -> nPatches; local
1521 if (nSet >= nPatches || nField >= nSamples)
1538 if (nSet > t -> nPatches || nSet < 0) {
1540 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1726 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1728 for (i = 0; i < t-> nPatches;
[all...]

Completed in 208 milliseconds