Searched refs:computeAllocationSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp42 static bool computeAllocationSize(size_t rowBytes, int height, size_t* size) { function in namespace:android
68 if (!computeAllocationSize(rowBytes, bitmap->height(), &size)) {
271 if (!computeAllocationSize(info.minRowBytes(), info.height(), &size)) {

Completed in 1401 milliseconds