Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp476 int32_t rowBytes32 = SkToS32(bitmap.rowBytes()); in computeAllocationSize() local
477 int64_t bigSize = (int64_t)bitmap.height() * rowBytes32; in computeAllocationSize()
478 if (rowBytes32 < 0 || !sk_64_isS32(bigSize)) { in computeAllocationSize()