Searched refs:CountBg (Results 1 – 1 of 1) sorted by relevance
3510 cmsUInt32Number CountUcr, CountBg; in Type_UcrBg_Read() local3529 if (!_cmsReadUInt32Number(io, &CountBg)) return NULL; in Type_UcrBg_Read()3533 n ->Bg = cmsBuildTabulatedToneCurve16(self ->ContextID, CountBg, NULL); in Type_UcrBg_Read()3535 if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) return NULL; in Type_UcrBg_Read()3536 if (SizeOfTag < CountBg * sizeof(cmsUInt16Number)) return NULL; in Type_UcrBg_Read()3537 SizeOfTag -= CountBg * sizeof(cmsUInt16Number); in Type_UcrBg_Read()