Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp166 u8 const* sourcePixel = rgba + 4*( width*sy + sx ); in CompressImage() local
168 *targetPixel++ = *sourcePixel++; in CompressImage()
209 u8 const* sourcePixel = targetRgba; in DecompressImage() local
223 *targetPixel++ = *sourcePixel++; in DecompressImage()
228 sourcePixel += 4; in DecompressImage()