Searched refs:nPatches (Results 1 – 1 of 1) sorted by relevance
123 int nSamples, nPatches; // Cols, Rows member1505 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() local1522 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()[all …]