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

/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp193 int bitmapIndex = 0; local
206 line[0] = bitdata[bitmapIndex + 2];
208 line[1] = bitdata[bitmapIndex + 1];
210 line[2] = bitdata[bitmapIndex + 0];
213 bitmapIndex += bpp;
321 int bitmapIndex = 0; local
331 bitmapData[bitmapIndex + 2] = line[0];
333 bitmapData[bitmapIndex + 1] = line[1];
335 bitmapData[bitmapIndex + 0] = line[2];
338 bitmapIndex
[all...]
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp755 int32_t bitmapIndex = fBitmapHeap->insert(bm); local
756 if (SkBitmapHeap::INVALID_SLOT == bitmapIndex) {
759 this->writeOp(op, flags, bitmapIndex);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp755 int32_t bitmapIndex = fBitmapHeap->insert(bm); local
756 if (SkBitmapHeap::INVALID_SLOT == bitmapIndex) {
759 this->writeOp(op, flags, bitmapIndex);

Completed in 160 milliseconds