Home
last modified time | relevance | path

Searched refs:getBytesPerPixel (Results 1 – 1 of 1) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/util/
DUtil.java85 return width * height * getBytesPerPixel(config); in getBitmapByteSize()
88 private static int getBytesPerPixel(Bitmap.Config config) { in getBytesPerPixel() method in Util