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

Method _nDraw

shared/java/Drawable.java:128–128  ·  view source on GitHub ↗
(long ptr, long canvasPtr, float[] matrix)

Source from the content-addressed store, hash-verified

126 @ApiStatus.Internal public static native long _nMake();
127 @ApiStatus.Internal public native void _nInit(long ptr);
128 @ApiStatus.Internal public static native void _nDraw(long ptr, long canvasPtr, float[] matrix);
129 @ApiStatus.Internal public static native long _nMakePictureSnapshot(long ptr);
130 @ApiStatus.Internal public static native int _nGetGenerationId(long ptr);
131 @ApiStatus.Internal public static native void _nNotifyDrawingChanged(long ptr);

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected