image.Rectangle.Dx (method)
24 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#L67: totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
image.go#L156: i0, i1 := 3, p.Rect.Dx()*4
image.go#L173: Stride: 4 * r.Dx(),
image.go#L273: i0, i1 := 6, p.Rect.Dx()*8
image.go#L290: Stride: 8 * r.Dx(),
image.go#L377: i0, i1 := 3, p.Rect.Dx()*4
image.go#L394: Stride: 4 * r.Dx(),
image.go#L494: i0, i1 := 6, p.Rect.Dx()*8
image.go#L511: Stride: 8 * r.Dx(),
image.go#L588: i0, i1 := 0, p.Rect.Dx()
image.go#L605: Stride: 1 * r.Dx(),
image.go#L685: i0, i1 := 0, p.Rect.Dx()*2
image.go#L702: Stride: 2 * r.Dx(),
image.go#L783: Stride: 1 * r.Dx(),
image.go#L867: Stride: 2 * r.Dx(),
image.go#L958: Stride: 4 * r.Dx(),
image.go#L1045: i0, i1 := 0, p.Rect.Dx()
image.go#L1070: Stride: 1 * r.Dx(),
ycbcr.go#L142: w, h = r.Dx(), r.Dy()
ycbcr.go#L273: i0, i1 := 0, p.Rect.Dx()
image/jpeg
writer.go#L577: if b.Dx() >= 1<<16 || b.Dy() >= 1<<16 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |