Searched refs:nativeGetPixel (Results 1 – 2 of 2) sorted by relevance
2133 return nativeGetPixel(mNativePtr, x, y); in getPixel()2161 return Color.valueOf(nativeGetPixel(mNativePtr, x, y)); in getColor()2528 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() method in Bitmap
16190 Landroid/graphics/Bitmap;->nativeGetPixel(JII)I