image.RGBA.Bounds (method)

2 uses

	image (current package)
		image.go#L87: func (p *RGBA) Bounds() Rectangle { return p.Rect }

	image/jpeg
		writer.go#L421: 	b := m.Bounds()