Searched refs:tmpPixel (Results 1 – 1 of 1) sorted by relevance
560 int tmpPixel = (src >> adjust_comps[channel]) + in Decode() local562 tmpPixel = pdfium::clamp(tmpPixel, 0, 255); in Decode()563 *pPixel = static_cast<uint8_t>(tmpPixel); in Decode()