Searched refs:nativeErase (Results 1 – 2 of 2) sorted by relevance
642 nativeErase(bm.mNativeBitmap, 0xff000000); in createBitmap()923 nativeErase(mNativeBitmap, c); in eraseColor()1228 private static native void nativeErase(int nativeBitmap, int color); in nativeErase() method in Bitmap
264 /*package*/ static void nativeErase(int nativeBitmap, int color) { in nativeErase() method in Bitmap_Delegate