Searched refs:sourcePixel (Results 1 – 1 of 1) sorted by relevance
166 u8 const* sourcePixel = rgba + 4*( width*sy + sx ); in CompressImage() local168 *targetPixel++ = *sourcePixel++; in CompressImage()209 u8 const* sourcePixel = targetRgba; in DecompressImage() local223 *targetPixel++ = *sourcePixel++; in DecompressImage()228 sourcePixel += 4; in DecompressImage()