Searched refs:renderBitmapToByteArray (Results 1 – 1 of 1) sorted by relevance
41 final byte[] renderedBitmap = renderBitmapToByteArray(scaledBitmap); in renderDrawableToByteArray()45 return renderBitmapToByteArray(bitmap); in renderDrawableToByteArray()54 return renderBitmapToByteArray(bitmap); in renderDrawableToByteArray()60 private static byte[] renderBitmapToByteArray(Bitmap bitmap) { in renderBitmapToByteArray() method in BitmapUtils