Home | History | Annotate | Download | only in src

Lines Matching refs:nPatches

123         int            nSamples, nPatches;    // Cols, Rows
1505 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1507 t-> Data = (char**)AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (char*));
1520 int nPatches = t -> nPatches;
1522 if (nSet >= nPatches || nField >= nSamples)
1539 if (nSet > t -> nPatches || nSet < 0) {
1541 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1727 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1729 for (i = 0; i < t-> nPatches; i++) {
1910 if ((iSet+1) != t -> nPatches)
1911 return SynError(it8, "Count mismatch. NUMBER_OF_SETS was %d, found %d\n", t ->nPatches, iSet+1);
2159 for (i=0; i < t -> nPatches; i++) {
2183 for (i=0; i < t -> nPatches; i++) {
2478 for (i=0; i < t-> nPatches; i++) {
2501 for (i=0; i < t-> nPatches; i++) {
2636 if (t-> nPatches == 0) {