Searched refs:colorChannels (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp388 unsigned colorChannels = hasAlpha ? 4 : 3; local
392 row = interlaceBuffer + (rowIndex * colorChannels * size().width());
406 png_bytep pixel = row + (m_scaled ? m_scaledColumns[x] : x) * colorChannels;

Completed in 59 milliseconds