Searched refs:nativeSetPixel (Results 1 – 2 of 2) sorted by relevance
1515 nativeSetPixel(mNativePtr, x, y, color); in setPixel()1713 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel() method in Bitmap
425 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { in nativeSetPixel() method in Bitmap_Delegate