Searched refs:CountUcr (Results 1 – 1 of 1) sorted by relevance
3510 cmsUInt32Number CountUcr, CountBg; in Type_UcrBg_Read() local3517 if (!_cmsReadUInt32Number(io, &CountUcr)) return NULL; in Type_UcrBg_Read()3521 n ->Ucr = cmsBuildTabulatedToneCurve16(self ->ContextID, CountUcr, NULL); in Type_UcrBg_Read()3524 if (!_cmsReadUInt16Array(io, CountUcr, n ->Ucr->Table16)) return NULL; in Type_UcrBg_Read()3526 SizeOfTag -= CountUcr * sizeof(cmsUInt16Number); in Type_UcrBg_Read()