Returns true if width or height are zero, or if PixelRef is null. If true, Bitmap has no effect when drawn or drawn into. @return true if drawing has no effect
()
| 130 | * @return true if drawing has no effect |
| 131 | */ |
| 132 | public boolean drawsNothing() { |
| 133 | return isEmpty() || isNull(); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Returns row bytes, the interval from one pixel row to the next. Row bytes |