Searched refs:sourceValue (Results 1 – 1 of 1) sorted by relevance
229 …const unsigned char sourceValue = *(rowBuffer + (m_scaled ? m_scaledColumns[x] : x) - frameReader-… in haveDecodedRow() local230 …if ((!frameReader->is_transparent || (sourceValue != frameReader->tpixel)) && (sourceValue < color… in haveDecodedRow()231 const size_t colorIndex = static_cast<size_t>(sourceValue) * 3; in haveDecodedRow()