Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkMask.cpp78 size_t toAlloc = safe.mul(dstW, dstH); in PrepareDestination() local
81 dst.fImage = SkMask::AllocImage(toAlloc); in PrepareDestination()
/third_party/flutter/skia/src/core/
DSkMask.cpp78 size_t toAlloc = safe.mul(dstW, dstH); in PrepareDestination() local
81 dst.fImage = SkMask::AllocImage(toAlloc); in PrepareDestination()