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

Method _nEraseRect4f

shared/java/Bitmap.java:1103–1103  ·  view source on GitHub ↗
(long ptr, float r, float g, float b, float a, int left, int top, int right, int bottom)

Source from the content-addressed store, hash-verified

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);
1106 @ApiStatus.Internal public static native int _nGetColor(long ptr, int x, int y);

Callers 1

eraseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected