Searched refs:sigma3 (Results 1 – 4 of 4) sorted by relevance
30 inline uint32_t sigma3(uint32_t x) { return (x >> 17 | x << 15) ^ (x >> 19 | x << 13) ^ (x >> 10); } in sigma3() function
96 w[i] = sigma3(w[i - 2]) + w[i - 7] + sigma2(w[i - 15]) + w[i - 16]; in ProcessInner()
841 float sigma3 = 3 * SkScalarToFloat(xformedSigma); in canFilterMaskGPU() local844 SkIRect clipRect = clipBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()845 SkIRect srcRect = devSpaceShapeBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()
1578 float sigma3 = 3 * SkScalarToFloat(xformedSigma); in canFilterMaskGPU() local1581 SkIRect clipRect = clipBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()1582 SkIRect srcRect = devSpaceShapeBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()