Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dgrfmt_imageio.cpp193 int bitmapIndex = 0; in ReadData() local
206 line[0] = bitdata[bitmapIndex + 2]; in ReadData()
208 line[1] = bitdata[bitmapIndex + 1]; in ReadData()
210 line[2] = bitdata[bitmapIndex + 0]; in ReadData()
213 bitmapIndex += bpp; in ReadData()
321 int bitmapIndex = 0; in WriteImage() local
331 bitmapData[bitmapIndex + 2] = line[0]; in WriteImage()
333 bitmapData[bitmapIndex + 1] = line[1]; in WriteImage()
335 bitmapData[bitmapIndex + 0] = line[2]; in WriteImage()
338 bitmapIndex += bpp; in WriteImage()