Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsalpha.c327 cmsUInt32Number total_chans = nchannels + extra; in ComputeIncrementsForChunky() local
330 cmsUInt32Number pixelSize = channelSize * total_chans; in ComputeIncrementsForChunky()
333 if (total_chans <= 0 || total_chans >= cmsMAXCHANNELS) in ComputeIncrementsForChunky()
343 for (i = 0; i < total_chans; i++) in ComputeIncrementsForChunky()
346 channels[i] = total_chans - i - 1; in ComputeIncrementsForChunky()
354 if (T_SWAPFIRST(Format) && total_chans > 1) { in ComputeIncrementsForChunky()
357 for (i = 0; i < total_chans-1; i++) in ComputeIncrementsForChunky()
360 channels[total_chans - 1] = tmp; in ComputeIncrementsForChunky()
365 for (i = 0; i < total_chans; i++) { in ComputeIncrementsForChunky()
385 cmsUInt32Number total_chans = nchannels + extra; in ComputeIncrementsForPlanar() local
[all …]