image.Rectangle.Empty (method)
28 uses
image (current package)
geom.go#L171: if r.Empty() {
geom.go#L179: if r.Empty() {
geom.go#L182: if s.Empty() {
geom.go#L201: func (r Rectangle) Empty() bool {
geom.go#L208: return r == s || r.Empty() && s.Empty()
geom.go#L213: return !r.Empty() && !s.Empty() &&
geom.go#L220: if r.Empty() {
image.go#L183: if r.Empty() {
image.go#L196: if p.Rect.Empty() {
image.go#L300: if r.Empty() {
image.go#L313: if p.Rect.Empty() {
image.go#L427: if r.Empty() {
image.go#L440: if p.Rect.Empty() {
image.go#L571: if r.Empty() {
image.go#L584: if p.Rect.Empty() {
image.go#L679: if r.Empty() {
image.go#L692: if p.Rect.Empty() {
image.go#L790: if r.Empty() {
image.go#L803: if p.Rect.Empty() {
image.go#L900: if r.Empty() {
image.go#L1000: if r.Empty() {
image.go#L1109: if r.Empty() {
image.go#L1227: if r.Empty() {
ycbcr.go#L125: if r.Empty() {
ycbcr.go#L254: if r.Empty() {
ycbcr.go#L281: if p.Rect.Empty() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |