Home | History | Annotate | Download | only in src

Lines Matching refs:nSet

1516 char* GetData(cmsIT8* it8, int nSet, int nField)
1522 if (nSet >= nPatches || nField >= nSamples)
1526 return t->Data [nSet * nSamples + nField];
1530 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val)
1539 if (nSet > t -> nPatches || nSet < 0) {
1541 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1549 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);