Searched defs:nSet (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmscgats.c | 1524 char* GetData(cmsIT8* it8, int nSet, int nField) argument 1530 if (nSet >= nPatches || nField >= nSamples) 1534 return t->Data [nSet * nSamples + nField]; 1538 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) argument 1547 if (nSet > t -> nPatches || nSet < 0) { 1549 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); 1557 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);
|
Completed in 2118 milliseconds