image.Rectangle.Dy (method)
5 uses
image (current package)
geom.go#L52: w, h := r.Dx(), r.Dy()
geom.go#L103: func (r Rectangle) Dy() int {
geom.go#L142: if r.Dy() < 2*n {
image.go#L80: totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
ycbcr.go#L148: w, h = r.Dx(), r.Dy()
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. |