]> Cypherpunks repositories - gostls13.git/commit
image: re-organize draw.go.
authorNigel Tao <nigeltao@golang.org>
Tue, 12 Jul 2011 06:56:29 +0000 (16:56 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 12 Jul 2011 06:56:29 +0000 (16:56 +1000)
commitcaaa6764faf0f07442052d588fb4cf2561a20aa9
treeea0845bef0bffce48d35d69b04717199a9150039
parent8bd5089513a668ed3d9600d3cd60e200708bed0d
image: re-organize draw.go.

There are no behavioral changes, only some copy-and-pastes.

Before, drawFillOver was next to drawCopyOver.

After, drawFillOver is next to drawFillSrc, which is more similar to
drawFillOver than drawCopyOver is.

Similarly, drawCopyOver is now next to drawCopySrc, etc.

R=r
CC=golang-dev
https://golang.org/cl/4695045
src/pkg/image/draw/draw.go