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