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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c149 int nSamples, nPatches; // Cols, Rows member in struct:_Table
1513 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1515 t-> Data = (char**)AllocChunk (it8, (t->nSamples + 1) * (t->nPatches + 1) *sizeof (char*));
1528 int nPatches = t -> nPatches; local
1530 if (nSet >= nPatches || nField >= nSamples)
1547 if (nSet > t -> nPatches || nSet < 0) {
1549 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1735 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1737 for (i = 0; i < t-> nPatches;
[all...]

Completed in 38 milliseconds