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