Searched defs:hardwareBitmap (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmap565.cpp35 sk_sp<Bitmap> hardwareBitmap = BitmapAllocationTestUtils::allocateHardwareBitmap(200, 200, variable
45 canvas.drawBitmap(*hardwareBitmap, 10.0f, 10.0f, nullptr);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp230 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(bitmap); local
231 return bitmap::createBitmap(env, hardwareBitmap.release(), bitmapCreateFlags);
H A DBitmapFactory.cpp586 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(outputBitmap); local
587 return bitmap::createBitmap(env, hardwareBitmap.release(), bitmapCreateFlags,
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp668 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(*args->thread, *args->bitmap); local
669 return hardwareBitmap.release();
676 sk_sp<Bitmap> hardwareBitmap(reinterpret_cast<Bitmap*>(staticPostAndWait(task)));
677 return hardwareBitmap;

Completed in 1212 milliseconds