Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.cpp178 const uint8_t* currentPixel = rgbaPixels + (stribeBytes * flippedY); in SaveRGBAToBitmapFile() local
180 WriteAsBytes(*currentPixel); in SaveRGBAToBitmapFile()
181 ++currentPixel; in SaveRGBAToBitmapFile()
182 WriteAsBytes(*currentPixel); in SaveRGBAToBitmapFile()
183 ++currentPixel; in SaveRGBAToBitmapFile()
184 WriteAsBytes(*currentPixel); in SaveRGBAToBitmapFile()
185 ++currentPixel; in SaveRGBAToBitmapFile()
186 WriteAsBytes(*currentPixel); in SaveRGBAToBitmapFile()
187 ++currentPixel; in SaveRGBAToBitmapFile()