Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMallocPixelRef.cpp75 int64_t bigSize = (int64_t)info.height() * rowBytes; in NewAllocate() local
76 if (!sk_64_isS32(bigSize)) { in NewAllocate()
80 size_t size = sk_64_asS32(bigSize); in NewAllocate()