summaryrefslogtreecommitdiff
path: root/src/pkg/image/geom.go
Commit message (Expand)AuthorAgeFilesLines
* image: add an offset to Tiled.Nigel Tao2010-10-131-8/+6
* image: add image.Tiled type, the Go equivalent of Plan9's repl bit.Nigel Tao2010-10-121-0/+18
* exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methodsRoger Peppe2010-09-231-0/+23
* exp/draw: clip destination rectangle to the image bounds.Nigel Tao2010-09-091-7/+60
* image: change image representation from slice-of-slices to linear buffer,Nigel Tao2010-08-101-0/+6
* image: replace Width and Height by Bounds, and introduce the Point andNigel Tao2010-08-101-0/+125