1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/src/image
Nigel Tao 9785a3962d image/draw: fold TestClipWithNilMP into TestClip.
https://go-review.googlesource.com/#/c/1876/ introduced a new
TestClipWithNilMP test, along with a code change that fixed a panic,
but the existing TestClip test already contained almost enough machinery
to cover that bug.

There is a small code change in this CL, but it is a no-op: (*x).y is
equivalent to x.y for a pointer-typed x, but the latter is cleaner.

Change-Id: I79cf6952a4999bc4b91f0a8ec500acb108106e56
Reviewed-on: https://go-review.googlesource.com/2304
Reviewed-by: Dave Cheney <dave@cheney.net>
2015-01-14 06:04:13 +00:00
..
color
draw image/draw: fold TestClipWithNilMP into TestClip. 2015-01-14 06:04:13 +00:00
gif image/gif: don't let the per-frame transparent index modify the global 2014-09-22 14:29:45 +10:00
jpeg image/jpeg: handle Read returning n > 0, err != nil in d.fill 2014-11-22 13:55:33 -05:00
png
testdata
decode_example_test.go
decode_test.go
format.go
geom.go
image_test.go
image.go
names.go
ycbcr_test.go image: use three-index slice for NewYCbCr. 2015-01-05 03:32:15 +00:00
ycbcr.go image: use three-index slice for NewYCbCr. 2015-01-05 03:32:15 +00:00