image/jpeg.decoder.img1 (field)

8 uses

	image/jpeg (current package)
		reader.go#L125: 	img1        *image.Gray
		reader.go#L660: 	if d.img1 != nil {
		reader.go#L661: 		return d.img1, nil
		scan.go#L15: 		d.img1 = m.SubImage(image.Rect(0, 0, d.width, d.height)).(*image.Gray)
		scan.go#L149: 	if d.img1 == nil && d.img3 == nil {
		scan.go#L491: 		dst, stride = d.img1.Pix[8*(by*d.img1.Stride+bx):], d.img1.Stride