Returns true if either getWidth() or getHeight() are zero. Does not check if PixelRef is null; call Bitmap#drawsNothing() to check getWidth(), getHeight(), and PixelRef. @return true if dimensions do not enclose area
()
| 81 | * @return true if dimensions do not enclose area |
| 82 | */ |
| 83 | default boolean isEmpty() { |
| 84 | return getImageInfo().isEmpty(); |
| 85 | } |
| 86 |
no outgoing calls