Searched defs:nativeErase (Results 1 – 2 of 2) sorted by relevance
2542 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() method in Bitmap2543 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() method in Bitmap
1266 {"nativeErase", "(JI)V", (void*)Bitmap_erase}, in nativeErase() method1267 {"nativeErase", "(JJJ)V", (void*)Bitmap_eraseLong}, in nativeErase() method