Searched refs:nativeRowBytes (Results 1 – 2 of 2) sorted by relevance
363 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() method in Bitmap_Delegate610 return nativeRowBytes(nativeBitmap) * delegate.mImage.getHeight(); in nativeGetAllocationByteCount()
1406 return nativeRowBytes(mNativePtr); in getRowBytes()1935 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() method in Bitmap