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.c286 int total_chans = nchannels + extra; in ComputeIncrementsForChunky() local
289 int pixelSize = channelSize * total_chans; in ComputeIncrementsForChunky()
292 if (total_chans <= 0 || total_chans >= cmsMAXCHANNELS) in ComputeIncrementsForChunky()
302 for (i = 0; i < total_chans; i++) in ComputeIncrementsForChunky()
305 channels[i] = total_chans - i - 1; in ComputeIncrementsForChunky()
313 if (T_SWAPFIRST(Format) && total_chans > 1) { in ComputeIncrementsForChunky()
316 for (i = 0; i < total_chans-1; i++) in ComputeIncrementsForChunky()
319 channels[total_chans - 1] = tmp; in ComputeIncrementsForChunky()
324 for (i = 0; i < total_chans; i++) { in ComputeIncrementsForChunky()
344 int total_chans = nchannels + extra; in ComputeIncrementsForPlanar() local
[all …]