Home
last modified time | relevance | path

Searched refs:CountBg (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c3486 cmsUInt32Number CountUcr, CountBg; in Type_UcrBg_Read() local
3505 if (!_cmsReadUInt32Number(io, &CountBg)) return NULL; in Type_UcrBg_Read()
3509 n ->Bg = cmsBuildTabulatedToneCurve16(self ->ContextID, CountBg, NULL); in Type_UcrBg_Read()
3511 if (!_cmsReadUInt16Array(io, CountBg, n ->Bg->Table16)) return NULL; in Type_UcrBg_Read()
3512 if (SizeOfTag < CountBg * sizeof(cmsUInt16Number)) return NULL; in Type_UcrBg_Read()
3513 SizeOfTag -= CountBg * sizeof(cmsUInt16Number); in Type_UcrBg_Read()