()
| 33 | } |
| 34 | |
| 35 | @Override @NotNull |
| 36 | public ImageInfo getImageInfo() { |
| 37 | try { |
| 38 | if (_imageInfo == null) { |
| 39 | Stats.onNativeCall(); |
| 40 | _imageInfo = _nGetImageInfo(_ptr); |
| 41 | } |
| 42 | return _imageInfo; |
| 43 | } finally { |
| 44 | ReferenceUtil.reachabilityFence(this); |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | @NotNull @Contract("-> new") |
| 49 | public IPoint getSize() { |
no test coverage detected