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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1397 nativeSetPixel(mNativeBitmap, x, y, color, mIsPremultiplied);
1591 private static native void nativeSetPixel(int nativeBitmap, int x, int y, method in class:Bitmap
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java434 /*package*/ static void nativeSetPixel(int nativeBitmap, int x, int y, int color) { method in class:Bitmap_Delegate

Completed in 68 milliseconds