Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java378 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() method in Bitmap_Delegate
390 return nativeGetPixel(nativeBitmap, x, y); in nativeGetColor()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java1897 return nativeGetPixel(mNativePtr, x, y); in getPixel()
1925 return Color.valueOf(nativeGetPixel(mNativePtr, x, y)); in getColor()
2283 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap