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

Method _nIsReadyToDraw

shared/java/Bitmap.java:1099–1099  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

1097 @ApiStatus.Internal public static native long _nGetPixelRefOrigin(long ptr);
1098 @ApiStatus.Internal public static native void _nSetPixelRef(long ptr, long pixelRefPtr, int dx, int dy);
1099 @ApiStatus.Internal public static native boolean _nIsReadyToDraw(long ptr);
1100 @ApiStatus.Internal public static native int _nGetGenerationId(long ptr);
1101 @ApiStatus.Internal public static native void _nNotifyPixelsChanged(long ptr);
1102 @ApiStatus.Internal public static native void _nErase4f(long ptr, float r, float g, float b, float a);

Callers 1

isReadyToDrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected