Returns pixel count in each row. Should be equal or less than getRowBytes() / getImageInfo().getBytesPerPixel(). May be less than getPixelRef().getWidth(). Will not exceed getPixelRef().getWidth() less @return pixel width in ImageInfo
()
| 16 | * @return pixel width in ImageInfo |
| 17 | */ |
| 18 | default int getWidth() { |
| 19 | return getImageInfo()._width; |
| 20 | } |
| 21 |
no outgoing calls