Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java451 Bitmap bitmapBuffer = bitmap; in prepareRenderscriptAllocations() local
453 bitmapBuffer = bitmap.copy(BITMAP_CONFIG, true); in prepareRenderscriptAllocations()
455 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer, in prepareRenderscriptAllocations()
/aosp12/frameworks/rs/
H A DrsFont.cpp462 uint8_t *bitmapBuffer = bitmap->buffer; in cacheBitmap() local
467 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap()