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

Method _nMakeDropShadowOnly

shared/java/ImageFilter.java:1085–1085  ·  view source on GitHub ↗
(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop)

Source from the content-addressed store, hash-verified

1083 public static native long _nMakeDropShadow(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop);
1084 public static native long _nMakeDropShadowOnlyCS(float dx, float dy, float sigmaX, float sigmaY, float r, float g, float b, float a, long colorSpace, long input, Rect crop);
1085 public static native long _nMakeDropShadowOnly(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop);
1086 public static native long _nMakeEmpty();
1087 public static native long _nMakeImage(long image, float l0, float t0, float r0, float b0, float l1, float t1, float r1, float b1, long samplingMode);
1088 public static native long _nMakeMagnifier(float l, float t, float r, float b, float zoomAmount, float inset, long samplingMode, long input, Rect crop);

Callers 1

makeDropShadowOnlyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected