Returns number of pixels that fit on row. Should be greater than or equal to getWidth(). @return maximum pixels per row
()
| 99 | * @return maximum pixels per row |
| 100 | */ |
| 101 | public int getRowBytesAsPixels() { |
| 102 | try { |
| 103 | Stats.onNativeCall(); |
| 104 | return _nGetRowBytesAsPixels(_ptr); |
| 105 | } finally { |
| 106 | ReferenceUtil.reachabilityFence(this); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Returns true if PixelRef is null. |