image.Rectangle.Dx (method)
23 uses
image (current package)
geom.go#L52: w, h := r.Dx(), r.Dy()
geom.go#L98: func (r Rectangle) Dx() int {
geom.go#L135: if r.Dx() < 2*n {
image.go#L80: totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
image.go#L199: i0, i1 := 3, p.Rect.Dx()*4
image.go#L216: Stride: 4 * r.Dx(),
image.go#L316: i0, i1 := 6, p.Rect.Dx()*8
image.go#L333: Stride: 8 * r.Dx(),
image.go#L443: i0, i1 := 3, p.Rect.Dx()*4
image.go#L460: Stride: 4 * r.Dx(),
image.go#L587: i0, i1 := 6, p.Rect.Dx()*8
image.go#L604: Stride: 8 * r.Dx(),
image.go#L695: i0, i1 := 0, p.Rect.Dx()
image.go#L712: Stride: 1 * r.Dx(),
image.go#L806: i0, i1 := 0, p.Rect.Dx()*2
image.go#L823: Stride: 2 * r.Dx(),
image.go#L920: Stride: 1 * r.Dx(),
image.go#L1020: Stride: 2 * r.Dx(),
image.go#L1129: Stride: 4 * r.Dx(),
image.go#L1244: i0, i1 := 0, p.Rect.Dx()
image.go#L1269: Stride: 1 * r.Dx(),
ycbcr.go#L148: w, h = r.Dx(), r.Dy()
ycbcr.go#L284: i0, i1 := 0, p.Rect.Dx()
|
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. |