Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMask.cpp17 static int32_t safeMul32(int32_t a, int32_t b) { in safeMul32() function
26 return safeMul32(fBounds.height(), fRowBytes); in computeImageSize()
32 size = safeMul32(SkToS32(size), 3); in computeTotalImageSize()
/external/skqp/src/core/
DSkMask.cpp17 static int32_t safeMul32(int32_t a, int32_t b) { in safeMul32() function
26 return safeMul32(fBounds.height(), fRowBytes); in computeImageSize()
32 size = safeMul32(SkToS32(size), 3); in computeTotalImageSize()