image.Rectangle.Intersect (method)
14 uses
image (current package)
geom.go#L154: func (r Rectangle) Intersect(s Rectangle) Rectangle {
image.go#L179: r = r.Intersect(p.Rect)
image.go#L296: r = r.Intersect(p.Rect)
image.go#L423: r = r.Intersect(p.Rect)
image.go#L567: r = r.Intersect(p.Rect)
image.go#L675: r = r.Intersect(p.Rect)
image.go#L786: r = r.Intersect(p.Rect)
image.go#L896: r = r.Intersect(p.Rect)
image.go#L996: r = r.Intersect(p.Rect)
image.go#L1105: r = r.Intersect(p.Rect)
image.go#L1223: r = r.Intersect(p.Rect)
image.go#L1236: Rect: p.Rect.Intersect(r),
ycbcr.go#L121: r = r.Intersect(p.Rect)
ycbcr.go#L250: r = r.Intersect(p.Rect)
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. |