Home | History | Annotate | Download | only in doc

Lines Matching full:xsize

1500 	picture[i] = make([]uint8, XSize)
1512 pixels := make([]uint8, XSize*YSize) // Has type []uint8 even though picture is [][]uint8.
1515 picture[i], pixels = pixels[:XSize], pixels[XSize:]