Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmap.java2056 nativeSetPixel(mNativePtr, x, y, color); in setPixel()
2289 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel() method in Bitmap
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java406 /*package*/ static void nativeSetPixel(long nativeBitmap, int x, int y, int color) { in nativeSetPixel() method in Bitmap_Delegate