Home
last modified time | relevance | path

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

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