• Nigel Tao's avatar
    image: re-organize draw.go. · caaa6764
    Nigel Tao authored
    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
    caaa6764
draw.go 14.4 KB