Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMask.cpp69 size_t toAlloc = safe.mul(dstW, dstH); in PrepareDestination() local
72 if (!SkTFitsIn<int>(dstW) || !SkTFitsIn<int>(dstH) || toAlloc > INT_MAX || !safe) { in PrepareDestination()
84 dst.fImage = SkMask::AllocImage(toAlloc); in PrepareDestination()

Completed in 1 milliseconds