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

Method close

shared/java/Surface.java:927–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925 }
926
927 @Override
928 public void close() {
929 if (_canvas != null) {
930 _canvas.invalidate();
931 _canvas = null;
932 }
933 super.close();
934 }
935
936 public static native long _nWrapPixels(int width, int height, int colorType, int alphaType, long colorSpacePtr, long pixelsPtr, long rowBytes, SurfaceProps surfaceProps);
937 public static native long _nWrapPixelsPixmap(long pixmapPtr, SurfaceProps surfaceProps);

Callers 15

makeSubsetMethod · 0.45
executeMethod · 0.45
localClipBoundsMethod · 0.45
deviceClipBoundsMethod · 0.45
getSurfaceNullMethod · 0.45
baseMethod · 0.45
executeMethod · 0.45
utfConversionsMethod · 0.45

Calls 1

invalidateMethod · 0.45

Tested by 13

makeSubsetMethod · 0.36
executeMethod · 0.36
localClipBoundsMethod · 0.36
deviceClipBoundsMethod · 0.36
getSurfaceNullMethod · 0.36
baseMethod · 0.36
executeMethod · 0.36
utfConversionsMethod · 0.36
executeMethod · 0.36
executeMethod · 0.36