Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp211 unsigned colorMapSize; in haveDecodedRow() local
214 colorMapSize = (unsigned)frameReader->local_colormap_size; in haveDecodedRow()
217 colorMapSize = m_reader->global_colormap_size; in haveDecodedRow()
230 …eReader->is_transparent || (sourceValue != frameReader->tpixel)) && (sourceValue < colorMapSize)) { in haveDecodedRow()