Searched refs:nativeRowBytes (Results 1 – 3 of 3) sorted by relevance
340 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() method in Bitmap_Delegate593 int size = nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight(); in nativeGetAllocationByteCount()
1600 return nativeRowBytes(mNativePtr); in getRowBytes()2234 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() method in Bitmap
19086 Landroid/graphics/Bitmap;->nativeRowBytes(J)I