Lines Matching refs:nPatches
123 int nSamples, nPatches; // Cols, Rows member
1505 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in AllocateDataSet()
1507 …Chunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (cha… in AllocateDataSet()
1520 int nPatches = t -> nPatches; in GetData() local
1522 if (nSet >= nPatches || nField >= nSamples) in GetData()
1539 if (nSet > t -> nPatches || nSet < 0) { in SetData()
1541 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData()
1727 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in WriteData()
1729 for (i = 0; i < t-> nPatches; i++) { in WriteData()
1910 if ((iSet+1) != t -> nPatches) in DataSection()
1911 … return SynError(it8, "Count mismatch. NUMBER_OF_SETS was %d, found %d\n", t ->nPatches, iSet+1); in DataSection()
2159 for (i=0; i < t -> nPatches; i++) { in CookPointers()
2183 for (i=0; i < t -> nPatches; i++) { in CookPointers()
2478 for (i=0; i < t-> nPatches; i++) { in LocatePatch()
2501 for (i=0; i < t-> nPatches; i++) { in LocateEmptyPatch()
2638 if (t-> nPatches == 0) { in cmsIT8SetData()