MCPcopy Create free account
hub / github.com/JetBrains/skija / _nNotifyContentWillChange

Method _nNotifyContentWillChange

shared/java/Surface.java:901–901  ·  view source on GitHub ↗
(long ptr, int mode)

Source from the content-addressed store, hash-verified

899 public static native ImageInfo _nGetImageInfo(long ptr);
900 public static native int _nGenerationId(long ptr);
901 public static native void _nNotifyContentWillChange(long ptr, int mode);
902 public static native long _nGetRecordingContext(long ptr);
903 public static native long _nGetCanvas(long ptr);
904 public static native long _nMakeSurfaceI(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected