Searched refs:androidBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java78 /*package*/ static long nativeCreate(Bitmap androidBitmap, int shaderTileModeX, argument
80 Bitmap_Delegate bitmap = Bitmap_Delegate.getDelegate(androidBitmap);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp1086 android::Bitmap* androidBitmap = reinterpret_cast<Bitmap*>(bitmapHandle); local
1087 androidBitmap->getSkBitmap(&bitmap);
1113 int fd = androidBitmap->getAshmemFd();

Completed in 362 milliseconds