Searched refs:nativeErase (Results 1 – 2 of 2) sorted by relevance
885 nativeErase(bm.mNativePtr, 0xff000000); in createBitmap()1384 nativeErase(mNativePtr, c); in eraseColor()1704 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() method in Bitmap
344 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase() method in Bitmap_Delegate