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#L140: if r.Empty() {
image.go#L153: if p.Rect.Empty() {
image.go#L257: if r.Empty() {
image.go#L270: if p.Rect.Empty() {
image.go#L361: if r.Empty() {
image.go#L374: if p.Rect.Empty() {
image.go#L478: if r.Empty() {
image.go#L491: if p.Rect.Empty() {
image.go#L572: if r.Empty() {
image.go#L585: if p.Rect.Empty() {
image.go#L669: if r.Empty() {
image.go#L682: if p.Rect.Empty() {
image.go#L763: if r.Empty() {
image.go#L847: if r.Empty() {
image.go#L938: if r.Empty() {
image.go#L1028: if r.Empty() {
ycbcr.go#L119: if r.Empty() {
ycbcr.go#L243: if r.Empty() {
ycbcr.go#L270: if p.Rect.Empty() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |