image.RGBA.PixOffset (method)
6 uses
image (current package)
image.go#L97: i := p.PixOffset(x, y)
image.go#L104: func (p *RGBA) PixOffset(x, y int) int {
image.go#L112: i := p.PixOffset(x, y)
image.go#L125: i := p.PixOffset(x, y)
image.go#L143: i := p.PixOffset(r.Min.X, r.Min.Y)
image/jpeg
reader.go#L763: po := img.PixOffset(bounds.Min.X, y)
![]() |
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. |