Home
last modified time | relevance | path

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

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