Searched refs:nSet (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c1541 char* GetData(cmsIT8* it8, int nSet, int nField) argument
1547 if (nSet >= nPatches || nField >= nSamples)
1551 return t->Data [nSet * nSamples + nField];
1555 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) argument
1564 if (nSet > t -> nPatches || nSet < 0) {
1566 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1574 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);

Completed in 58 milliseconds