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

Method _nErase4f

shared/java/Bitmap.java:1102–1102  ·  view source on GitHub ↗
(long ptr, float r, float g, float b, float a)

Source from the content-addressed store, hash-verified

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);
1103 @ApiStatus.Internal public static native void _nEraseRect4f(long ptr, float r, float g, float b, float a, int left, int top, int right, int bottom);
1104 @ApiStatus.Internal public static native void _nErase(long ptr, int color);
1105 @ApiStatus.Internal public static native void _nEraseRect(long ptr, int color, int left, int top, int right, int bottom);

Callers 1

eraseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected