MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getImageInfo

Method getImageInfo

shared/java/Codec.java:35–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 1

readPixelsMethod · 0.95

Calls 3

onNativeCallMethod · 0.95
_nGetImageInfoMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected