rsc.io/qr/coding.Plan.Pixel (field)
22 uses
rsc.io/qr/coding (current package)
qr.go#L357: Pixel [][]Pixel // pixel map
qr.go#L447: c := &Code{Size: len(p.Pixel), Stride: (len(p.Pixel) + 7) &^ 7}
qr.go#L450: for _, row := range p.Pixel {
qr.go#L543: p.Pixel = m
qr.go#L620: siz := len(p.Pixel)
qr.go#L632: p.Pixel[i][8] = pix
qr.go#L634: p.Pixel[i+1][8] = pix
qr.go#L636: p.Pixel[8][7] = pix
qr.go#L638: p.Pixel[8][14-i] = pix
qr.go#L643: p.Pixel[8][siz-1-int(i)] = pix
qr.go#L645: p.Pixel[siz-1-int(14-i)][8] = pix
qr.go#L721: siz := len(p.Pixel)
qr.go#L729: if p.Pixel[y][x-1].Role() == 0 {
qr.go#L730: p.Pixel[y][x-1], src = src[0], src[1:]
qr.go#L732: if p.Pixel[y][x-2].Role() == 0 {
qr.go#L733: p.Pixel[y][x-2], src = src[0], src[1:]
qr.go#L741: if p.Pixel[y][x-1].Role() == 0 {
qr.go#L742: p.Pixel[y][x-1], src = src[0], src[1:]
qr.go#L744: if p.Pixel[y][x-2].Role() == 0 {
qr.go#L745: p.Pixel[y][x-2], src = src[0], src[1:]
qr.go#L756: for y, row := range p.Pixel {
|
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. |