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

Method _nIsReadyToDraw

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

Source from the content-addressed store, hash-verified

995 @ApiStatus.Internal public static native long _nGetPixelRefOrigin(long ptr);
996 @ApiStatus.Internal public static native void _nSetPixelRef(long ptr, long pixelRefPtr, int dx, int dy);
997 @ApiStatus.Internal public static native boolean _nIsReadyToDraw(long ptr);
998 @ApiStatus.Internal public static native int _nGetGenerationId(long ptr);
999 @ApiStatus.Internal public static native void _nNotifyPixelsChanged(long ptr);
1000 @ApiStatus.Internal public static native void _nEraseColor(long ptr, int color);

Callers 1

isReadyToDrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected