image.Paletted.Rect (field)

17 uses

	image (current package)
		image.go#L1158: 	Rect Rectangle
		image.go#L1165: func (p *Paletted) Bounds() Rectangle { return p.Rect }
		image.go#L1171: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1183: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1201: 	return (y-p.Rect.Min.Y)*p.Stride + (x-p.Rect.Min.X)*1
		image.go#L1205: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1213: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1221: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1229: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1239: 	r = r.Intersect(p.Rect)
		image.go#L1252: 		Rect:    p.Rect.Intersect(r),
		image.go#L1260: 	i0, i1 := 0, p.Rect.Dx()
		image.go#L1261: 	for y := p.Rect.Min.Y; y < p.Rect.Max.Y; y++ {
		image.go#L1286: 		Rect:    r,