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

Method _nMakeImageSnapshotR

shared/java/Surface.java:953–953  ·  view source on GitHub ↗
(long ptr, int left, int top, int right, int bottom)

Source from the content-addressed store, hash-verified

951 public static native long _nMakeSurface(long ptr, int width, int height);
952 public static native long _nMakeImageSnapshot(long ptr);
953 public static native long _nMakeImageSnapshotR(long ptr, int left, int top, int right, int bottom);
954 public static native void _nDraw(long ptr, long canvasPtr, float x, float y, long paintPtr);
955 public static native boolean _nPeekPixels(long ptr, long pixmapPtr);
956 public static native boolean _nReadPixelsToPixmap(long ptr, long pixmapPtr, int srcX, int srcY);

Callers 1

makeImageSnapshotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected