Searched refs:nativeSetPixel (Results 1 – 3 of 3) sorted by relevance
2023 nativeSetPixel(mNativePtr, x, y, color); in setPixel()2243 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel() method in Bitmap
406 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { in nativeSetPixel() method in Bitmap_Delegate
19090 Landroid/graphics/Bitmap;->nativeSetPixel(JIII)V