golang-image/draw
Nigel Tao 2a1231edb8 draw: factor out the Scale implementations.
This is just a copy/paste/rename in anticipation of automatically
generating fast-path code for specific dst-image types and src-image
types, a la the standard library's image/draw package.

Change-Id: If6385b347cb5e1d134b0ce841ef38ed4450a6fef
Reviewed-on: https://go-review.googlesource.com/5252
Reviewed-by: David Symonds <dsymonds@golang.org>
2015-02-20 07:27:42 +00:00
..
draw.go draw: new package, a superset of the standard library's image/draw 2015-02-17 23:20:02 +00:00
impl.go draw: factor out the Scale implementations. 2015-02-20 07:27:42 +00:00
scale_test.go draw: new package, a superset of the standard library's image/draw 2015-02-17 23:20:02 +00:00
scale.go draw: factor out the Scale implementations. 2015-02-20 07:27:42 +00:00