image.Paletted.Rect (field)
17 uses
image (current package)
image.go#L1142: Rect Rectangle
image.go#L1149: func (p *Paletted) Bounds() Rectangle { return p.Rect }
image.go#L1155: if !(Point{x, y}.In(p.Rect)) {
image.go#L1167: if !(Point{x, y}.In(p.Rect)) {
image.go#L1185: return (y-p.Rect.Min.Y)*p.Stride + (x-p.Rect.Min.X)*1
image.go#L1189: if !(Point{x, y}.In(p.Rect)) {
image.go#L1197: if !(Point{x, y}.In(p.Rect)) {
image.go#L1205: if !(Point{x, y}.In(p.Rect)) {
image.go#L1213: if !(Point{x, y}.In(p.Rect)) {
image.go#L1223: r = r.Intersect(p.Rect)
image.go#L1236: Rect: p.Rect.Intersect(r),
image.go#L1244: i0, i1 := 0, p.Rect.Dx()
image.go#L1245: for y := p.Rect.Min.Y; y < p.Rect.Max.Y; y++ {
image.go#L1270: Rect: r,
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |