Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp45 bool Bitmap::computeAllocationSize(size_t rowBytes, int height, size_t* size) { in computeAllocationSize() function in android::Bitmap
65 if (!Bitmap::computeAllocationSize(rowBytes, bitmap->height(), &size)) { in allocateBitmap()
119 if (!computeAllocationSize(info.minRowBytes(), info.height(), &size)) { in allocateHeapBitmap()
DBitmap.h152 static bool computeAllocationSize(size_t rowBytes, int height, size_t* size);
DImageDecoder.cpp99 if (!Bitmap::computeAllocationSize(rowBytes, height, &pixelMemorySize)) { in setTargetSize()
/frameworks/base/libs/hwui/apex/
Dandroid_bitmap.cpp278 if (!Bitmap::computeAllocationSize(info->stride, info->height, &size)) { in ABitmap_compress()
/frameworks/base/libs/hwui/jni/
DBitmap.cpp823 if (!Bitmap::computeAllocationSize(rowBytes, height, &allocationSize)) { in Bitmap_createFromParcel()