Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp43 static bool computeAllocationSize(size_t rowBytes, int height, size_t* size) { in computeAllocationSize() function
63 if (!computeAllocationSize(rowBytes, bitmap->height(), &size)) { in allocateBitmap()
109 if (!computeAllocationSize(info.minRowBytes(), info.height(), &size)) { in allocateHeapBitmap()