golang-image/draw
Nigel Tao 65a798f031 draw: generate code for op == Over.
This change just does the mechanical codegen for the op == Over cases.
The actual compositing operator is still effectively Src. Fixing that,
which is less mechanical, will be a follow-up change.

Change-Id: I87805114d49e7ce7087066187a2f4c722a883c01
Reviewed-on: https://go-review.googlesource.com/8524
Reviewed-by: Rob Pike <r@golang.org>
2015-04-07 22:35:06 +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 NearestNeighbor and ApproxBiLinear Transform. 2015-03-16 23:32:22 +00:00
gen.go draw: generate code for op == Over. 2015-04-07 22:35:06 +00:00
impl.go draw: generate code for op == Over. 2015-04-07 22:35:06 +00:00
scale_test.go draw: switch on the Op compositing operator. 2015-04-07 06:16:14 +00:00
scale.go draw: switch on the Op compositing operator. 2015-04-07 06:16:14 +00:00