Searched refs:nativeSetPixel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1848 nativeSetPixel(mNativePtr, x, y, color);
2061 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); method in class:Bitmap
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java425 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { method in class:Bitmap_Delegate

Completed in 477 milliseconds