golang-image/draw
Russ Cox e6cbe778da draw: use type aliases for go1.8.typealias builds too
go1.8.typealias is the build tag defined by the unreleased
"Go 1.8 + type aliases" variant in the Go repo's dev.typealias branch.

Change-Id: Iff2566249ecc9a6788b78199743d2005708f1cd7
Reviewed-on: https://go-review.googlesource.com/37511
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-02-27 16:05:05 +00:00
..
draw.go draw: alias the standard library's image/draw's exported types. 2017-02-15 00:37:23 +00:00
example_test.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
gen.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00
go1_8.go draw: use type aliases for go1.8.typealias builds too 2017-02-27 16:05:05 +00:00
go1_9.go draw: use type aliases for go1.8.typealias builds too 2017-02-27 16:05:05 +00:00
impl.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00
scale_test.go draw: have Scale and Transform recognize straight copies. 2015-08-02 10:47:07 +00:00
scale.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
stdlib_test.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00