(int x, int y)
| 173 | } |
| 174 | |
| 175 | public long getAddrAt(int x, int y) { |
| 176 | Stats.onNativeCall(); |
| 177 | try { |
| 178 | return _nGetAddrAt(_ptr, x, y); |
| 179 | } finally { |
| 180 | ReferenceUtil.reachabilityFence(this); |
| 181 | } |
| 182 | } |
| 183 | |
| 184 | public boolean readPixels(ImageInfo info, long addr, int rowBytes) { |
| 185 | Stats.onNativeCall(); |