golang-image/draw
Nigel Tao 26bd17363f draw: plumb the Options through to the type-specific code.
It'll only be used by the fallback code paths, but it's easiest if all
code paths take the extra argument.

Change-Id: I09c4067df6af7c4cd270e8ffcad96d1d8af29057
Reviewed-on: https://go-review.googlesource.com/8909
Reviewed-by: Rob Pike <r@golang.org>
2015-04-16 23:50:31 +00:00
..
draw.go draw: new package, a superset of the standard library's image/draw 2015-02-17 23:20:02 +00:00
example_test.go draw: implement the Over operator. 2015-04-13 23:42:02 +00:00
gen.go draw: plumb the Options through to the type-specific code. 2015-04-16 23:50:31 +00:00
impl.go draw: plumb the Options through to the type-specific code. 2015-04-16 23:50:31 +00:00
scale_test.go draw: implement the Over operator. 2015-04-13 23:42:02 +00:00
scale.go draw: add mask fields to Options. 2015-04-16 00:20:49 +00:00