Searched refs:nativeGetPixel (Results 1 – 2 of 2) sorted by relevance
1353 return nativeGetPixel(mFinalizer.mNativeBitmap, x, y); in getPixel()1694 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
368 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() method in Bitmap_Delegate