func image.mul3NonNeg

6 uses

	image (current package)
		geom.go#L279: func mul3NonNeg(x int, y int, z int) int {
		image.go#L67: 	totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
		ycbcr.go#L174: 		mul3NonNeg(1, w, h),
		ycbcr.go#L175: 		mul3NonNeg(2, cw, ch),
		ycbcr.go#L293: 		mul3NonNeg(2, w, h),
		ycbcr.go#L294: 		mul3NonNeg(2, cw, ch),