Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMask.cpp19 static int32_t safeMul32(int32_t a, int32_t b) { in safeMul32() function
28 return safeMul32(fBounds.height(), fRowBytes); in computeImageSize()
34 size = safeMul32(SkToS32(size), 3); in computeTotalImageSize()

Completed in 1 milliseconds