Searched refs:bitmapBuffer (Results 1 – 2 of 2) sorted by relevance
451 Bitmap bitmapBuffer = bitmap; in prepareRenderscriptAllocations() local453 bitmapBuffer = bitmap.copy(BITMAP_CONFIG, true); in prepareRenderscriptAllocations()455 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer, in prepareRenderscriptAllocations()
462 uint8_t *bitmapBuffer = bitmap->buffer; in cacheBitmap() local467 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap()