Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp160 int sy = y + py; in CompressImage() local
163 if( sx < width && sy < height ) in CompressImage()
166 u8 const* sourcePixel = rgba + 4*( width*sy + sx ); in CompressImage()
216 int sy = y + py; in DecompressImage() local
217 if( sx < width && sy < height ) in DecompressImage()
219 u8* targetPixel = rgba + 4*( width*sy + sx ); in DecompressImage()