Searched refs:nativeGetPixel (Results 1 – 2 of 2) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 378 /*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/ |
D | Bitmap.java | 1897 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
|