image.Point.In (method)

47 uses

	image (current package)
		geom.go#L44: func (p Point) In(r Rectangle) bool {
		geom.go#L243: 	if (Point{x, y}).In(r) {
		geom.go#L251: 	if (Point{x, y}).In(r) {
		image.go#L123: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L141: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L156: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L169: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L181: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L257: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L277: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L294: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L379: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L394: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L407: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L425: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L506: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L526: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L543: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L565: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L651: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L665: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L673: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L681: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L758: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L772: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L782: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L791: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L870: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L884: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L892: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L902: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L966: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L980: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L990: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1001: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1066: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1081: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1094: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1107: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1171: 	if !(Point{x, y}.In(p.Rect)) {
		image.go#L1183: 	if !(Point{x, y}.In(p.Rect)) {
		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)) {
		ycbcr.go#L81: 	if !(Point{x, y}.In(p.Rect)) {
		ycbcr.go#L225: 	if !(Point{X: x, Y: y}.In(p.Rect)) {