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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1005 nativeSetPixel(mNativeBitmap, x, y, color);
1197 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.java362 /*package*/ static void nativeSetPixel(int nativeBitmap, int x, int y, int color) { method in class:Bitmap_Delegate

Completed in 72 milliseconds