Home
last modified time | relevance | path

Searched defs:nativeBitmap (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java128 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
2410 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD()
2412 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle()
2422 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
2423 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
2438 private static native int nativeGenerationId(long nativeBitmap); in nativeGenerationId()
2446 private static native Bitmap nativeExtractAlpha(long nativeBitmap, in nativeExtractAlpha()
2450 private static native boolean nativeHasAlpha(long nativeBitmap); in nativeHasAlpha()
2454 private static native void nativeSetHasAlpha(long nativeBitmap, in nativeSetHasAlpha()
[all …]
H A DBaseCanvas.java812 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
H A DBaseRecordingCanvas.java706 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp559 sk_sp<Bitmap> nativeBitmap; in extractGainmap() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp112 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(SkImageInfo::Make( in decodeGainmapRegion() local
H A DGainmap.cpp56 auto nativeBitmap = gainmap->bitmap; in Gainmap_extractFromBitmap() local
H A DImageDecoder.cpp342 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
H A DBitmapFactory.cpp230 sk_sp<Bitmap> nativeBitmap = nullptr; in decodeGainmap() local
H A DBitmap.cpp320 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local
774 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local