Home | History | Annotate | Download | only in src

Lines Matching refs:nEntries

1141     if (!_cmsWriteUInt32Number(io, Curve ->nEntries)) return FALSE;
1142 return _cmsWriteUInt16Array(io, Curve ->nEntries, Curve ->Table16);
1676 if ((Tables ->TheCurves[i]->nEntries == 2) &&
1685 if (Tables ->TheCurves[i]->nEntries != 256) {
1963 cmsBool Read16bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, int nChannels, int nEntries)
1969 if (nEntries <= 0) return TRUE;
1972 if (nEntries < 2) return FALSE;
1980 Tables[i] = cmsBuildTabulatedToneCurve16(ContextID, nEntries, NULL);
1983 if (!_cmsReadUInt16Array(io, nEntries, Tables[i]->Table16)) goto Error;
2010 int nEntries;
2014 nEntries = Tables->TheCurves[0]->nEntries;
2018 for (j=0; j < nEntries; j++) {
2204 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) PreMPE ->TheCurves[0]->nEntries)) return FALSE;
2210 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) PostMPE ->TheCurves[0]->nEntries)) return FALSE;
2351 for (i=0; i < Data ->nEntries; i++) {
2361 if (!_cmsReadUInt16Array(io, Data->nEntries, Data ->Tab.T)) {
2638 for (i=0; i < CLUT->nEntries; i++) {
2646 if (!_cmsWriteUInt16Array(io, CLUT->nEntries, CLUT ->Tab.T)) return FALSE;
3538 if (!_cmsWriteUInt32Number(io, Value ->Ucr ->nEntries)) return FALSE;
3539 if (!_cmsWriteUInt16Array(io, Value ->Ucr ->nEntries, Value ->Ucr ->Table16)) return FALSE;
3542 if (!_cmsWriteUInt32Number(io, Value ->Bg ->nEntries)) return FALSE;
3543 if (!_cmsWriteUInt16Array(io, Value ->Bg ->nEntries, Value ->Bg ->Table16)) return FALSE;
4288 for (i=0; i < clut ->nEntries; i++) {
4329 for (i=0; i < clut ->nEntries; i++) {