Searched defs:nativeBitmap (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Bitmap_Delegate.java | 311 /*package*/ static void nativeRecycle(long nativeBitmap) { in nativeRecycle() 331 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase() 356 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() 367 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig() 378 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha() 386 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap() 394 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() 457 /*package*/ static int nativeGenerationId(long nativeBitmap) { in nativeGenerationId() 516 /*package*/ static boolean nativeIsPremultiplied(long nativeBitmap) { in nativeIsPremultiplied() 614 /*package*/ static void nativePrepareToDraw(long nativeBitmap) { in nativePrepareToDraw() [all …]
|
H A D | BaseCanvas_Delegate.java | 432 /*package*/ static void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 124 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 132 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 2255 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() 2265 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() 2266 private static native int nativeConfig(long nativeBitmap); in nativeConfig() 2281 private static native int nativeGenerationId(long nativeBitmap); in nativeGenerationId() 2289 private static native Bitmap nativeExtractAlpha(long nativeBitmap, in nativeExtractAlpha() 2293 private static native boolean nativeHasAlpha(long nativeBitmap); in nativeHasAlpha() 2297 private static native void nativeSetHasAlpha(long nativeBitmap, in nativeSetHasAlpha() 2300 private static native boolean nativeHasMipMap(long nativeBitmap); in nativeHasMipMap() [all …]
|
H A D | BaseRecordingCanvas.java | 700 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
H A D | BaseCanvas.java | 789 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | ImageDecoder.cpp | 321 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
|
H A D | Bitmap.cpp | 319 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local 827 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|