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#L96: totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
image.go#L215: i0, i1 := 3, p.Rect.Dx()*4
image.go#L232: Stride: 4 * r.Dx(),
image.go#L332: i0, i1 := 6, p.Rect.Dx()*8
image.go#L349: Stride: 8 * r.Dx(),
image.go#L459: i0, i1 := 3, p.Rect.Dx()*4
image.go#L476: Stride: 4 * r.Dx(),
image.go#L603: i0, i1 := 6, p.Rect.Dx()*8
image.go#L620: Stride: 8 * r.Dx(),
image.go#L711: i0, i1 := 0, p.Rect.Dx()
image.go#L728: Stride: 1 * r.Dx(),
image.go#L822: i0, i1 := 0, p.Rect.Dx()*2
image.go#L839: Stride: 2 * r.Dx(),
image.go#L936: Stride: 1 * r.Dx(),
image.go#L1036: Stride: 2 * r.Dx(),
image.go#L1145: Stride: 4 * r.Dx(),
image.go#L1260: i0, i1 := 0, p.Rect.Dx()
image.go#L1285: 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.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |